SortedDictionaryLookupTKey, TValue Class

Definition

Namespace: Jodosoft.Collections
Assembly: Jodosoft.Collections (in Jodosoft.Collections.dll) Version: 2.0
public sealed class SortedDictionaryLookup<TKey, TValue> : IReadOnlyLookup<TKey, TValue>
Inheritance
Object    SortedDictionaryLookupTKey, TValue
Implements
IReadOnlyLookupTKey, TValue

Type Parameters

TKey
TValue

Constructors

SortedDictionaryLookupTKey, TValueInitializes a new instance of the SortedDictionaryLookupTKey, TValue class

Properties

Methods

ContainsKey 
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also