MetadataObjectCollection<T,P>.CopyTo(T[], 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 a collection to another object in the Model tree.
public void CopyTo (T[] array, int arrayIndex);
member this.CopyTo : 'T[] * int -> unit
Public Sub CopyTo (array As T(), arrayIndex As Integer)
Parameters
- array
- T[]
Stores the objects in the collection.
- arrayIndex
- Int32
An index of the array.