 | AutoResetStream.Length Property |
When overridden in a derived class, gets the length in bytes of the stream.
Namespace:
BionicCode.Utilities.Net.Standard.IO
Assembly:
BionicCode.Utilities.Net.Standard (in BionicCode.Utilities.Net.Standard.dll) Version: 1.0.4
Syntaxpublic override long Length { get; }
Public Overrides ReadOnly Property Length As Long
Get
Dim instance As AutoResetStream
Dim value As Long
value = instance.Length
abstract Length : int64 with get
override Length : int64 with get
/** @property */
public long get_Length()
override function get Length () : long
VIRTUAL PROPERTY Length AS INT64 GET
Return Value
Type:
Int64A long value representing the length of the stream in bytes.
Exceptions
See Also