Click or drag to resize

CollectionsListT Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.collections.Collections.List``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 IList List<T>(
	params void items
)

Parameters

items
Type: SystemVoid

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

Type Parameters

T

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

Return Value

Type: IListT

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

See Also