Skip Navigation Links.

UnmanagedMemoryStream..::..CanRead Property

Whether the stream can be read from. Always true.

Namespace:  HDF5DotNet
Assembly:  HDF5DotNet (in HDF5DotNet.dll)

Syntax

Visual Basic
Public Overrides ReadOnly Property CanRead As Boolean
	Get
C#
public override bool CanRead { get; }
Visual C++
public:
virtual property bool CanRead {
	bool get () override;
}
JavaScript
function get_canRead();

See Also