public sealed class SortedDictionaryLookup<TKey, TValue> : IReadOnlyLookup<TKey, TValue>
Public NotInheritable Class SortedDictionaryLookup(Of TKey, TValue)
Implements IReadOnlyLookup(Of TKey, TValue)
generic<typename TKey, typename TValue>
public ref class SortedDictionaryLookup sealed : IReadOnlyLookup<TKey, TValue>
[<SealedAttribute>]
type SortedDictionaryLookup<'TKey, 'TValue> =
class
interface IReadOnlyLookup<'TKey, 'TValue>
end
SortedDictionaryLookupTKey, TValue | Initializes a new instance of the SortedDictionaryLookupTKey, 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) |