Click or drag to resize

ArrayT Class

[Missing <summary> documentation for "T:Godot.Collections.Array`1"]

Inheritance Hierarchy
SystemObject
  Godot.CollectionsArrayT

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

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Godot.Collections.Array`1"]

The ArrayT type exposes the following members.

Constructors
  NameDescription
Public methodArrayT
Initializes a new instance of the ArrayT class
Public methodArrayT(IEnumerableT)
Initializes a new instance of the ArrayT class
Public methodArrayT(T)
Initializes a new instance of the ArrayT class
Public methodArrayT(Array)
Initializes a new instance of the ArrayT class
Top
Properties
  NameDescription
Public propertyCount
Public propertyIsReadOnly
Public propertyItem
Top
Methods
Operators
See Also