Method CopyTo
CopyTo(T[], int)
Copies the nodes to an array.
public void CopyTo(T[] array, int arrayIndex)
Parameters
arrayT[]The destination array.
arrayIndexintThe starting index in the destination.
Copies the nodes to an array.
public void CopyTo(T[] array, int arrayIndex)
array T[]The destination array.
arrayIndex intThe starting index in the destination.