Click or drag to resize

GH_ListCreate Method (Boolean, IEnumerableIGH_Content)

Namespace:  Grasshopper.Documentation
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static GH_List Create(
	bool ordered,
	IEnumerable<IGH_Content> items
)

Parameters

ordered
Type: SystemBoolean
items
Type: System.Collections.GenericIEnumerableIGH_Content

Return Value

Type: GH_List
See Also