| ItemsCopyTo Method |
Copies the elements of the ICollection to an Array, starting at a particular Array index
Namespace:
Dynamicweb.Environment.Web
Assembly:
Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax public void CopyTo(
Array array,
int index
)
Public Sub CopyTo (
array As Array,
index As Integer
)
Parameters
- array
- Type: SystemArray
An array that is the destination of the elements copied from the ICollection - index
- Type: SystemInt32
The index at which copying begins
Implements
ICollectionCopyTo(Array, Int32)See Also