OptimizedMemoryStream.Length

OptimizedMemoryStream.Length property

When overridden in a derived class, gets the length in bytes of the stream.

public override long Length { get; }

Return Value

A long value representing the length of the stream in bytes.

See Also