Click or drag to resize

EnumerationHelperEmptyT Method

Creates the empty enumerator.

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static IEnumerator Empty<T>()

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:com.espertech.esper.compat.collections.EnumerationHelper.Empty``1"]

Return Value

Type: IEnumeratorT

[Missing <returns> documentation for "M:com.espertech.esper.compat.collections.EnumerationHelper.Empty``1"]

See Also