ChunkedMemoryStreamLength Property |
When overridden in a derived class, gets the length in bytes of the stream.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public override long Length { get; }
Property Value
Type:
Int64A long value representing the length of the stream in bytes.
See Also