Click or drag to resize

OrderedDictionaryTK, TVTail Method

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

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public IDictionary Tail(
	bool value,
	TK isInclusive = true
)

Parameters

value
Type: SystemBoolean

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

isInclusive (Optional)
Type: TK

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

Return Value

Type: IDictionaryTKey, TValue

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

See Also