Class Array<T>
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
-
IList<T>ICollection<T>IEnumerable<T>
- Derived
- Inherited Members
- Extension Methods