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)
Returns LinkedListNode<T>.
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
Property Value
Type: System.Collections.Generic::LinkedListNode<KeyValuePair<TKey, TValue>>Returns LinkedListNode<T>.
Show: