SmartMemoryManagement

SmartMemoryStream.CanRead Property

Returns, whether reading is possible on this stream. Always true for this claas.

[Visual Basic]
Overrides Public Property ReadOnly CanRead As Boolean
[C#]
public override bool CanRead { get; }
[C++]
public: __property bool get_CanRead();
[JScript]
public override function get CanRead() : bool

See Also

SmartMemoryStream Class | InfiniTec.SystemUtilities Namespace