ArrayBuilderSegment<T>.Array Property

Definition

Gets the current underlying array holding the segment's elements.

public:
 property cli::array <T> ^ Array { cli::array <T> ^ get(); };
public T[] Array { get; }
member this.Array : 'T[]
Public ReadOnly Property Array As T()

Property Value

T[]

Applies to