System.ArraySegment<T>.Array Property

Gets the original array containing the range of elements that the array segment delimits.

Syntax

public T[] Array { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The ArraySegment`1.Array property returns the original array, not a copy of the array; therefore, changes made through the property are made directly to the original array.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0