Click or drag to resize

CompatExtensionsXRange Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.collections.CompatExtensions.XRange(System.Void,System.Int32)"]

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static IEnumerable XRange(
	void lowerBound,
	int upperBound
)

Parameters

lowerBound
Type: SystemVoid

[Missing <param name="lowerBound"/> documentation for "M:com.espertech.esper.compat.collections.CompatExtensions.XRange(System.Void,System.Int32)"]

upperBound
Type: SystemInt32

[Missing <param name="upperBound"/> documentation for "M:com.espertech.esper.compat.collections.CompatExtensions.XRange(System.Void,System.Int32)"]

Return Value

Type: IEnumerableT

[Missing <returns> documentation for "M:com.espertech.esper.compat.collections.CompatExtensions.XRange(System.Void,System.Int32)"]

See Also