ReadOnlyCollectionBuilder<T>::ToArray Method ()

 

Copies the elements of the ReadOnlyCollectionBuilder<T> to a new array.

Namespace:   System.Runtime.CompilerServices
Assembly:  System.Core (in System.Core.dll)

public:
array<T>^ ToArray()

Return Value

Type: array<T>^

An array containing copies of the elements of the ReadOnlyCollectionBuilder<T>.

.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Return to top
Show: