Array (System.Array)

Inherits: System.Object

Interfaces: ICloneable, IEnumerable, ICollection, IList

Derived Types: 0

Assembly: mscorlib.dll

Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the base class for all arrays in the common language runtime.

VB.NET C#

C#

public abstract class Array : System.ICloneable, System.Collections.IEnumerable, System.Collections.ICollection, System.Collections.IList
{
}

Articles

C# Tutorial - Lesson 6

However, using the .NET framework's System.Array class it is possible to create and manipulate arrays with an alternative initial lower bound.

Hyperlinked ECMA C# Language Specification

Table of Contents 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 Notes Download ECMA-334 C# Language Specification 19 Arrays 19.1 Array types 19.1.1 The System.Array type Paragraph 1 1 The type ...

Mono Documentation

Documentation for this section has not yet been entered. See Also: Command Members

Exercise 5.1: Thick Boundaries

Exercise 5.1: Thick Boundaries Given: a system array with constant boundaries of size k, that is to be evolved by a given function " evolve ", which returns only the core of the ...

12. Advanced Array Operations

For instance, the situation often develops in the modeling of physical systems that a system array with unchanging boundaries must be evolved and returned with the original ...

System.Array Class

Base Types Object Array. This type implements ICloneable , ICollection , IEnumerable , and IList . Assembly mscorlib Library BCL Summary Serves as the base class for arrays.

Array Class (System)

Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the base class for all arrays in the common language runtime.

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.

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support