Click or drag to resize

TransformDictionaryTK1, TV1, TK2, TV2 Class

[Missing <summary> documentation for "T:com.espertech.esper.compat.collections.TransformDictionary`4"]

Inheritance Hierarchy
SystemObject
  com.espertech.esper.compat.collectionsTransformDictionaryTK1, TV1, TK2, TV2

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public class TransformDictionary<TK1, TV1, TK2, TV2> : IDictionary, 
	ICollection, IEnumerable, IEnumerable

Type Parameters

TK1

[Missing <typeparam name="TK1"/> documentation for "T:com.espertech.esper.compat.collections.TransformDictionary`4"]

TV1

[Missing <typeparam name="TV1"/> documentation for "T:com.espertech.esper.compat.collections.TransformDictionary`4"]

TK2

[Missing <typeparam name="TK2"/> documentation for "T:com.espertech.esper.compat.collections.TransformDictionary`4"]

TV2

[Missing <typeparam name="TV2"/> documentation for "T:com.espertech.esper.compat.collections.TransformDictionary`4"]

The TransformDictionaryTK1, TV1, TK2, TV2 type exposes the following members.

Constructors
  NameDescription
Public methodTransformDictionaryTK1, TV1, TK2, TV2
Initializes a new instance of the TransformDictionaryTK1, TV1, TK2, TV2 class.
Public methodTransformDictionaryTK1, TV1, TK2, TV2(IDictionaryTKey, TValue)
Initializes a new instance of the TransformDictionaryTK1, TV1, TK2, TV2 class
Public methodTransformDictionaryTK1, TV1, TK2, TV2(IDictionaryTKey, TValue, Boolean, TK2, TV2, FuncT, TResult)
Initializes a new instance of the TransformDictionaryTK1, TV1, TK2, TV2 class
Top
Properties
  NameDescription
Public propertyCount
Public propertyIsReadOnly
Public propertyItem
Gets or sets the element with the specified key.
Public propertyKeyIn
Gets or sets the key out transform.
Public propertyKeyOut
Gets or sets the key out transform.
Public propertyKeys
Public propertySubDictionary
Gets or sets the sub dictionary.
Public propertyValueIn
Gets or sets the value transform.
Public propertyValueOut
Gets or sets the value transform.
Public propertyValues
Top
Methods
  NameDescription
Public methodAdd(KeyValuePairTKey, TValue)
Public methodAdd(TK1, TV1)
Public methodClear
Public methodContains
Public methodContainsKey
Public methodCopyTo
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodRemove(KeyValuePairTKey, TValue)
Public methodRemove(TK1)
Public methodTryGetValue
Gets the value associated with the specified key.
Top
Extension Methods
  NameDescription
Public Extension MethodAddAllT (Defined by CompatExtensions.)
Public Extension MethodAsHashSetT (Defined by CompatExtensions.)
Public Extension MethodAsLinkedListT (Defined by CompatExtensions.)
Public Extension MethodAsReadOnlyCollectionT (Defined by CompatExtensions.)
Public Extension MethodAsSyncCollectionT (Defined by CompatExtensions.)
Public Extension MethodAtIndex(Int32)Overloaded.
Gets the item at the nth index of the enumerable.
(Defined by CompatExtensions.)
Public Extension MethodAtIndex(Int32, FuncT, TResult)Overloaded. (Defined by CompatExtensions.)
Public Extension MethodCheckedContainsT (Defined by Collections.)
Public Extension MethodCheckedContainsKeyTK, TV (Defined by Collections.)
Public Extension MethodContainsAllT (Defined by CompatExtensions.)
Public Extension MethodDeleteK, V (Defined by DictionaryExtensions.)
Public Extension MethodEnumerateWithLookaheadT (Defined by CompatExtensions.)
Public Extension MethodFirstValueK, V (Defined by DictionaryExtensions.)
Public Extension MethodForT (Defined by CompatExtensions.)
Public Extension MethodGetK, V (Defined by DictionaryExtensions.)
Public Extension MethodHasFirstT (Defined by CompatExtensions.)
Public Extension MethodIsT, TX (Defined by CompatExtensions.)
Public Extension MethodIsEmptyT (Defined by CompatExtensions.)
Public Extension MethodIsEmptyOrNullT (Defined by CompatExtensions.)
Public Extension MethodIsNotEmptyT (Defined by CompatExtensions.)
Public Extension MethodMaterializeArrayT (Defined by CompatExtensions.)
Public Extension MethodPushK, V (Defined by DictionaryExtensions.)
Public Extension MethodPutK, V (Defined by DictionaryExtensions.)
Public Extension MethodPutAllK, V(Boolean)Overloaded. (Defined by DictionaryExtensions.)
Public Extension MethodPutAllK, V, T(Boolean, K)Overloaded. (Defined by DictionaryExtensions.)
Public Extension MethodPutIfAbsentK, V (Defined by DictionaryExtensions.)
Public Extension MethodRemoveAllT (Defined by CompatExtensions.)
Public Extension MethodRender(TextWriter)Overloaded.
Renders an enumerable source
(Defined by CompatExtensions.)
Public Extension MethodRender(FuncT, TResult)Overloaded. (Defined by CompatExtensions.)
Public Extension MethodRenderTK, TV(Void)Overloaded. (Defined by CompatExtensions.)
Public Extension MethodReverseT (Defined by CompatExtensions.)
Public Extension MethodSecondT (Defined by CompatExtensions.)
Public Extension MethodToArrayOrNullT (Defined by CompatExtensions.)
Public Extension MethodToListOrNullT (Defined by CompatExtensions.)
Public Extension MethodTryPushK, V (Defined by DictionaryExtensions.)
Public Extension MethodTryPutIfAbsentK, V (Defined by DictionaryExtensions.)
Public Extension MethodTryRemoveK, V (Defined by DictionaryExtensions.)
Top
See Also