Copies the complete SortedSet<(Of <(T>)>) to a compatible one-dimensional array, starting at the beginning of the target array.
Public Sub CopyTo ( _ array As T() _ )
public void CopyTo( T[] array )
public: void CopyTo( array<T>^ array )
member CopyTo : array:'T[] -> unit
The number of elements in the source SortedSet<(Of <(T>)>) exceeds the number of elements that the destination array can contain.
array is nullNothingnullptra null reference (Nothing in Visual Basic).
The indexing of array must be zero-based.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2