IReadOnlyDictionary Interface
Represents type IReadOnlyDictionary
.
Spring.Collections.IEnumerable
Spring.Collections.IReadOnlyCollection
Spring.Collections.IReadOnlyDictionary
Spring.Collections.Adapters.TDictionaryAdapter<TKey,T>
type IReadOnlyDictionary = interface(IReadOnlyCollection) ['{D963ED30-C16F-488B-9BC6-1292DD57B295}'] end;
The IReadOnlyDictionary type exposes the following members.
Name | Description | |
---|---|---|
Count | Returns the number of elements in a sequence. (Inherited from IEnumerable.) | |
ElementType | Returns the type of the elements in the sequence. (Inherited from IEnumerable.) | |
IsEmpty | Determines whether the sequence contains no elements. (Inherited from IEnumerable.) | |
KeyType | Represents property | |
ValueType | Represents property |
Name | Description | |
---|---|---|
AsObject | Returns the reference to this instance. (Inherited from IEnumerable.) | |
ContainsKey(TValue) | Represents method | |
ContainsValue(TValue) | Represents method | |
GetCount | Represents method | |
GetElementType | Represents method | |
GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) | |
GetIsEmpty | Represents method | |
GetKeyType | Represents method | |
GetValueType | Represents method | |
TryGetValue(TValue,TValue) | Represents method |