StreamOnIStreamLength 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:
Int64The length in bytes of the stream.
See Also