ListenPortContainerCollection Property |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public Dictionary<TransportAddressKey, List<int>> Collection { get; }
Public ReadOnly Property Collection As Dictionary(Of TransportAddressKey, List(Of Integer))
Get
public:
property Dictionary<TransportAddressKey^, List<int>^>^ Collection {
Dictionary<TransportAddressKey^, List<int>^>^ get ();
}
member Collection : Dictionary<TransportAddressKey, List<int>> with get
Property Value
Type:
DictionaryTransportAddressKey,
ListInt32See Also