Click or drag to resize
ListTToArray Method

Namespace: System.Collections.Generic
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public T[] ToArray()

Return Value

Type: T
An array containing copies of the elements of the ListT.
See Also