RefEnumerable<T>.ToArray Method

Definition

Returns a T array with the values in the target row.

C#
public T[] ToArray ();

Returns

T[]

A T array with the values in the target row.

Remarks

This method will allocate a new T array, so only use it if you really need to copy the target items in a new memory location.

Applies to

Product Versions
Windows Community Toolkit 7.0.0, 7.1.0