Click or drag to resize

CollectionsGetEmptyListT Method

Returns an empty IList for type T.

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

Type Parameters

T

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

Return Value

Type: IListT

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

See Also