Table of Contents

Class Array<T>

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Base class for arrays used to configure nested arrays in the inspector.

This class provides all the implementation needed. Base classes are provided only so that the generic parameter is specified so that the base classes can be used in the inspector.

[Serializable]
public class Array<T> : IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable

Type Parameters

T
Inheritance
Array<T>
Implements
Derived
Inherited Members
Extension Methods

Fields

data

Properties

Count
IsReadOnly
this[int]

Methods

Add(T)
Clear()
Contains(T)
CopyTo(T[], int)
GetEnumerator()
IndexOf(T)
Insert(int, T)
Remove(T)
RemoveAt(int)