Click or drag to resize

ArrayT Constructor (IEnumerableT)

Namespace:  Godot.Collections
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Array(
	IEnumerable<T> collection
)

Parameters

collection
Type: System.Collections.GenericIEnumerableT

[Missing <param name="collection"/> documentation for "M:Godot.Collections.Array`1.#ctor(System.Collections.Generic.IEnumerable{`0})"]

See Also