Microsoft.Samples.Collections.Heap.SynchronizedHeap.CopyTo Function
Copy all the elements stored on the current heap to the specified one-dimensional array starting at the specified index

Public void CopyTo (System.Array, int)
  Type Name Description  
    System.Array array The array to copy to  
    int index The index to start from  
  Return Description  
    void