IndexedDictionary<TKey, TValue>::Item Property

.NET Framework 4.5

Namespace:  Microsoft.AspNet.SignalR.Messaging
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public:
property LinkedListNode<KeyValuePair<TKey, TValue>>^ default[TKey key] {
	LinkedListNode<KeyValuePair<TKey, TValue>>^ get (TKey key);
}

Parameters

key
Type: TKey
Show: