Click or drag to resize
MooshList Method
Mostly redundant, but initializes a list from any IEnumerable.

Namespace: Moosh
Assembly: Moosh (in Moosh.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static List<Object> List(
	IEnumerable<Object> list
)

Parameters

list
Type: System.Collections.GenericIEnumerableObject
The list to initialize with.

Return Value

Type: ListObject
Returns a new list.
See Also