PhysicalPartitionCollection.CopyTo Method
Include Protected Members
Include Inherited Members
Copies the collection of objects to an array.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
CopyTo(array<PhysicalPartition[]) | Copies the collection objects to a one-dimensional array. | |
CopyTo(array<PhysicalPartition[], Int32) | Copies the collection objects to a one-dimensional array starting at the specified index value. | |
CopyTo(array<PhysicalPartition[], Int32, Int32) | Copies the collection objects to a one-dimensional array, starting and ending with the specified partition numbers. |
Top