Skip Navigation Links.

UnmanagedMemoryStream..::..Length Property

The length of the stream, in bytes.

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

Syntax

Visual Basic
Public Overrides ReadOnly Property Length As Long
	Get
C#
public override long Length { get; }
Visual C++
public:
virtual property long long Length {
	long long get () override;
}
JavaScript
function get_length();

See Also