DataViewManager.CopyTo(Object[], Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies the set of data view hierarchies in the collection to an array at the specified starting index.
public:
void CopyTo(cli::array <System::Object ^> ^ array, int index);
public void CopyTo (object[] array, int index);
member this.CopyTo : obj[] * int -> unit
Public Sub CopyTo (array As Object(), index As Integer)
Parameters
- array
- Object[]
An array to which the data view hierarchies are copied.
- index
- Int32
The index in array at which copying should begin.