System.Array

Namespace: System

Represents an array, which is a zero-based, one-dimensional array of objects or of value types. The Array class is the base class for all array types in the .NET Framework.

Arrays are objects; their type is different from the type of the elements they contain. This allows uniform treatment of arrays and their elements by methods in the Array class. Arrays have a fixed size, which is determined when the array is created.

Properties

Methods

Fields