Array Class
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the base class for all arrays in the common language runtime.To browse the .NET Framework source code for this type, see the Reference Source.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[ExternalAttribute] [NameAttribute] public sealed class Array : IEnumerable, ICloneable
<ExternalAttribute> _ <NameAttribute> _ Public NotInheritable Class Array _ Implements IEnumerable, ICloneable
[ExternalAttribute] [NameAttribute] public ref class Array sealed : IEnumerable, ICloneable