LibUsbDotNet.Main.UsbTransferQueue.this C# (CSharp) Метод

this() публичный Метод

Gets the transfer data buffer at the specified index.
public this ( int index ) : byte[]
index int The index of the buffer to retrieve.
Результат byte[]
        public byte[] this[int index]
        {
            get{ return mBuffer[index]; }
        }