![]() | TransformDictionaryTK1, TV1, TK2, TV2 Class |
[Missing <summary> documentation for "T:com.espertech.esper.compat.collections.TransformDictionary`4"]
Namespace: com.espertech.esper.compat.collections
public class TransformDictionary<TK1, TV1, TK2, TV2> : IDictionary, ICollection, IEnumerable, IEnumerable
[Missing <typeparam name="TK1"/> documentation for "T:com.espertech.esper.compat.collections.TransformDictionary`4"]
[Missing <typeparam name="TV1"/> documentation for "T:com.espertech.esper.compat.collections.TransformDictionary`4"]
[Missing <typeparam name="TK2"/> documentation for "T:com.espertech.esper.compat.collections.TransformDictionary`4"]
[Missing <typeparam name="TV2"/> documentation for "T:com.espertech.esper.compat.collections.TransformDictionary`4"]
The TransformDictionaryTK1, TV1, TK2, TV2 type exposes the following members.
Name | Description | |
---|---|---|
![]() | TransformDictionaryTK1, TV1, TK2, TV2 |
Initializes a new instance of the TransformDictionaryTK1, TV1, TK2, TV2 class.
|
![]() | TransformDictionaryTK1, TV1, TK2, TV2(IDictionaryTKey, TValue) | Initializes a new instance of the TransformDictionaryTK1, TV1, TK2, TV2 class |
![]() | TransformDictionaryTK1, TV1, TK2, TV2(IDictionaryTKey, TValue, Boolean, TK2, TV2, FuncT, TResult) | Initializes a new instance of the TransformDictionaryTK1, TV1, TK2, TV2 class |
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements contained in the ICollectionT.
|
![]() | IsReadOnly |
Gets a value indicating whether the ICollectionT is read-only.
|
![]() | Item |
Gets or sets the element with the specified key.
|
![]() | KeyIn |
Gets or sets the key out transform.
|
![]() | KeyOut |
Gets or sets the key out transform.
|
![]() | Keys |
Gets an ICollectionT containing the keys of the IDictionaryTKey, TValue.
|
![]() | SubDictionary |
Gets or sets the sub dictionary.
|
![]() | ValueIn |
Gets or sets the value transform.
|
![]() | ValueOut |
Gets or sets the value transform.
|
![]() | Values |
Gets an ICollectionT containing the values in the IDictionaryTKey, TValue.
|
Name | Description | |
---|---|---|
![]() | Add(KeyValuePairTKey, TValue) | |
![]() | Add(TK1, TV1) |
Adds an element with the provided key and value to the IDictionaryTKey, TValue.
|
![]() | Clear |
Removes all items from the ICollectionT.
|
![]() | Contains | |
![]() | ContainsKey |
Determines whether the IDictionaryTKey, TValue contains an element with the specified key.
|
![]() | CopyTo | |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | Remove(KeyValuePairTKey, TValue) | |
![]() | Remove(TK1) |
Removes the element with the specified key from the IDictionaryTKey, TValue.
|
![]() | TryGetValue |
Gets the value associated with the specified key.
|