BlobReader.Length Proprietà
Definizione
Ottiene la lunghezza totale del blocco di memoria sottostante.Gets the total length of the underlying memory block.
public:
property int Length { int get(); };
public int Length { get; }
member this.Length : int
Public ReadOnly Property Length As Integer