DictionaryLookupTKey, TValue Class

Definition

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

Type Parameters

TKey
TValue

Constructors

DictionaryLookupTKey, TValueInitializes a new instance of the DictionaryLookupTKey, 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