Class IntArray
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>