'Declaration Protected PacketPayloadMapInternal As Dictionary(Of Byte,Type)
'Usage Dim instance As SSHPacketIOManager Dim value As Dictionary(Of Byte,Type) value = instance.PacketPayloadMapInternal instance.PacketPayloadMapInternal = value
protected Dictionary<byte,Type> PacketPayloadMapInternal