Click or drag to resize

EnumerationHelperSingletonNullableT Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.collections.EnumerationHelper.SingletonNullable``1(System.Void)"]

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

Parameters

item
Type: SystemVoid

[Missing <param name="item"/> documentation for "M:com.espertech.esper.compat.collections.EnumerationHelper.SingletonNullable``1(System.Void)"]

Type Parameters

T

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

Return Value

Type: IEnumeratorT

[Missing <returns> documentation for "M:com.espertech.esper.compat.collections.EnumerationHelper.SingletonNullable``1(System.Void)"]

See Also