IDictionary Interface
Represents type IDictionary
.
Spring.Collections.IEnumerable
Spring.Collections.ICollection
Spring.Collections.IDictionary
Spring.Collections.Adapters.TDictionaryAdapter<TKey,T>
type IDictionary = interface(ICollection) ['{9AC642EE-F236-421D-8546-DCA0D8D53791}'] end;
The IDictionary 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.) |
![]() | IsReadOnly | Represents property |
![]() | KeyType | Represents property |
![]() | OnChanged | Represents property |
![]() | OnKeyChanged | Represents property |
![]() | OnValueChanged | Represents property |
![]() | ValueType | Represents property |
Name | Description | |
---|---|---|
![]() | Add(TValue,TValue) | Represents method |
![]() | AddOrSetValue(TValue,TValue) | Represents method |
![]() | AddRange(IEnumerable) | Overloaded. Represents method |
![]() | AddRange(TValue[]) | Overloaded. Represents method |
![]() | AsObject | Returns the reference to this instance. (Inherited from IEnumerable.) |
![]() | AsReadOnlyDictionary | Represents method |
![]() | Clear | Represents method |
![]() | ContainsKey(TValue) | Represents method |
![]() | ContainsValue(TValue) | Represents method |
![]() | Extract(TValue) | Represents method |
![]() | ExtractPair(TValue) | Represents method |
![]() | ExtractRange(IEnumerable) | Overloaded. Represents method |
![]() | ExtractRange(TValue[]) | Overloaded. Represents method |
![]() | GetCount | Represents method |
![]() | GetElementType | Represents method |
![]() | GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) |
![]() | GetIsEmpty | Represents method |
![]() | GetIsReadOnly | Represents method |
![]() | GetKeyType | Represents method |
![]() | GetOnChanged | Represents method |
![]() | GetOnKeyChanged | Represents method |
![]() | GetOnValueChanged | Represents method |
![]() | GetValueType | Represents method |
![]() | Remove(TValue) | Overloaded. Represents method |
![]() | RemoveRange(IEnumerable) | Overloaded. Represents method |
![]() | RemoveRange(TValue[]) | Overloaded. Represents method |
![]() | TryGetValue(TValue,TValue) | Represents method |