IndexedDictionary<TKey, TValue>.MaxKey Property

.NET Framework 4

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

Syntax

'Declaration
Public ReadOnly Property MaxKey As TKey
    Get
'Usage
Dim instance As IndexedDictionary 
Dim value As TKey

value = instance.MaxKey
public TKey MaxKey { get; }
public:
property TKey MaxKey {
    TKey get ();
}
member MaxKey : 'TKey
function get MaxKey () : TKey

Property Value

Type: TKey
Returns LinkedListNode<T>.

See Also

Reference

IndexedDictionary<TKey, TValue> Class

Microsoft.AspNet.SignalR.Messaging Namespace