DefinitionCollection<T>.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 IDefinition instances from this DefinitionCollection<T> into an array
, starting at the specified arrayIndex
into array
.
public void CopyTo (T[] array, int arrayIndex);
abstract member CopyTo : 'T[] * int -> unit
override this.CopyTo : 'T[] * int -> unit
Parameters
- array
- T[]
The array to which to copy the definitions.
- arrayIndex
- System.Int32
The index into array
at which to begin copying.
Implements
System.Collections.Generic.ICollection`1.CopyTo(`0[],System.Int32)