PairCollectionTCopyTo Method (Array, Int32)
|
Copies the collection to array.
Namespace:
Syntactik.DOM
Assembly:
Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntaxpublic void CopyTo(
Array array,
int index
)
Parameters
- array
- Type: SystemArray
Target array. - index
- Type: SystemInt32
Start index.
See Also