ArrayRange<T>.Array Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the underlying array instance.
public: initonly cli::array <T> ^ Array;
public readonly T[] Array;
val mutable Array : 'T[]
Public ReadOnly Array As T()
Field Value
T[]