Click or drag to resize

OrderedDictionaryTK, TVGetTail Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.collections.OrderedDictionary`2.GetTail(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 IEnumerable GetTail(
	void value,
	KeyValuePair isInclusive
)

Parameters

value
Type: SystemVoid

[Missing <param name="value"/> documentation for "M:com.espertech.esper.compat.collections.OrderedDictionary`2.GetTail(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.GetTail(System.Void,System.Collections.Generic.KeyValuePair`2)"]

Return Value

Type: IEnumerableT

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

See Also