Sitecore 5.0 API
ChildList.CopyTo Method
Copies to.
[Visual Basic]
NotOverridable Public Sub CopyTo( _
ByVal
array
As
Array
, _
ByVal
index
As
Integer
_
) _
Implements
ICollection.CopyTo
[C#]
public
void
CopyTo(
Array
array
,
int
index
);
Parameters
array
Array.
index
Index.
Implements
ICollection.CopyTo
See Also
ChildList Class
|
Sitecore.Collections Namespace