IndexedDictionary<TKey, TValue>.MinKey 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 MinKey As TKey
Get
'Usage
Dim instance As IndexedDictionary
Dim value As TKey
value = instance.MinKey
public TKey MinKey { get; }
public:
property TKey MinKey {
TKey get ();
}
member MinKey : 'TKey
function get MinKey () : TKey
Property Value
Type: TKey
Returns LinkedListNode<T>.