Table of Contents

Class IntArray

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

An Array of int.

[Serializable]
public class IntArray : Array<int>, IList<int>, ICollection<int>, IEnumerable<int>, IEnumerable
Inheritance
IntArray
Implements
Inherited Members
Extension Methods

See Also

Array<T>