Click or drag to resize

OrderedDictionaryTK, TVCountBetween Method

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

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

Parameters

startValue
Type: TK

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

isStartInclusive
Type: SystemBoolean

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

endValue
Type: TK

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

isEndInclusive
Type: SystemBoolean

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

Return Value

Type: Int32

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

See Also