BlobReader.RemainingBytes Proprietà
Definizione
Ottiene il numero di byte rimanenti dalla posizione corrente alla fine del blocco di memoria sottostante.Gets the number of bytes remaining from current position to the end of the underlying memory block.
public:
property int RemainingBytes { int get(); };
public int RemainingBytes { get; }
member this.RemainingBytes : int
Public ReadOnly Property RemainingBytes As Integer