ArrayBuffer.ByteLength

ArrayBuffer.ByteLength property

La proprietà della funzione di accesso byteLength rappresenta la lunghezza di un ArrayBuffer in byte.

public int ByteLength { get; }

Valore della proprietà

La lunghezza in byte.

Guarda anche