[This is preliminary documentation and is subject to change.]
Copies all elements of this collection to new Array
Namespace: Tools.CollectionsT.GenericTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public T[] ToArray() |
| Visual Basic |
|---|
Public Function ToArray As T() |
| Visual C++ |
|---|
public: array<T>^ ToArray() |
| F# |
|---|
member ToArray : unit -> 'T[] |
| JScript |
|---|
public function ToArray() : T[] |
Return Value
[Missing <returns> documentation for "M:Tools.CollectionsT.GenericT.ListWithEvents`1.ToArray"]