GH_List.Create Method (Boolean, IEnumerable(IGH_Content))

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
)
Public Shared Function Create ( 
	ordered As Boolean,
	items As IEnumerable(Of IGH_Content)
) As GH_List

Parameters

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

Return Value

Type: GH_List
See Also