'Declaration Protected BufferQueueInternal As Queue(Of Byte())
'Usage Dim instance As SFtpPacketInputStream Dim value As Queue(Of Byte()) value = instance.BufferQueueInternal instance.BufferQueueInternal = value
protected Queue<byte[]> BufferQueueInternal