Flag for stream state

Namespace:  Hyleos.Chemistry.IO
Assembly:  Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)

Syntax

C#
public bool Opened { get; }
Visual Basic (Declaration)
Public ReadOnly Property Opened As Boolean
Visual C++
public:
property bool Opened {
	bool get ();
}

See Also