Click or drag to resize

OrderedDictionaryTK, TVEnumerateBetween Method

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

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public IEnumerable EnumerateBetween(
	void startValue,
	KeyValuePair isStartInclusive,
	bool endValue,
	TK isEndInclusive
)

Parameters

startValue
Type: SystemVoid

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

isStartInclusive
Type: System.Collections.GenericKeyValuePairTKey, TValue

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

endValue
Type: SystemBoolean

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

isEndInclusive
Type: TK

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

Return Value

Type: IEnumerableT

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

See Also