Click or drag to resize

CollectionsReadonlyListT Method

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

Parameters

sourceList
Type: SystemVoid

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

Type Parameters

T

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

Return Value

Type: IListT

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

See Also