Click or drag to resize

OrderedDictionaryTK, TVGetEnumerator Method (Void, KeyValuePair)

[Missing <summary> documentation for "M:com.espertech.esper.compat.collections.OrderedDictionary`2.GetEnumerator(System.Void,System.Collections.Generic.KeyValuePair`2)"]

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public IEnumerator GetEnumerator(
	void startKey,
	KeyValuePair isInclusive
)

Parameters

startKey
Type: SystemVoid

[Missing <param name="startKey"/> documentation for "M:com.espertech.esper.compat.collections.OrderedDictionary`2.GetEnumerator(System.Void,System.Collections.Generic.KeyValuePair`2)"]

isInclusive
Type: System.Collections.GenericKeyValuePairTKey, TValue

[Missing <param name="isInclusive"/> documentation for "M:com.espertech.esper.compat.collections.OrderedDictionary`2.GetEnumerator(System.Void,System.Collections.Generic.KeyValuePair`2)"]

Return Value

Type: IEnumeratorT

[Missing <returns> documentation for "M:com.espertech.esper.compat.collections.OrderedDictionary`2.GetEnumerator(System.Void,System.Collections.Generic.KeyValuePair`2)"]

See Also