This topic has not yet been rated - Rate this topic

Array Class

.NET Micro Framework 3.0
Contains methods for creating, manipulating, searching, and sorting arrays. The Array class is therefore the base class for all arrays in the common language runtime (CLR).

Namespace: System
Assembly: mscorlib (in mscorlib.dll)

[SerializableAttribute]
public abstract class Array : ICloneable, IList, ICollection, IEnumerable

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.