public sealed class DictionaryLookup<TKey, TValue> : IReadOnlyLookup<TKey, TValue>
Public NotInheritable Class DictionaryLookup(Of TKey, TValue)
Implements IReadOnlyLookup(Of TKey, TValue)
generic<typename TKey, typename TValue>
public ref class DictionaryLookup sealed : IReadOnlyLookup<TKey, TValue>
[<SealedAttribute>]
type DictionaryLookup<'TKey, 'TValue> =
class
interface IReadOnlyLookup<'TKey, 'TValue>
end
DictionaryLookupTKey, TValue | Initializes a new instance of the DictionaryLookupTKey, TValue class |
ContainsKey | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |