ExplicitImplementationICollectionCopyTo Method
Namespace: XMLCommentsExamples.DocumentationInheritanceAssembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
void ICollection.CopyTo(
Array array,
int index
)
Private Sub CopyTo (
array As Array,
index As Integer
) Implements ICollection.CopyTo
private:
virtual void CopyTo(
Array^ array,
int index
) sealed = ICollection::CopyTo
private abstract CopyTo :
array : Array *
index : int -> unit
private override CopyTo :
array : Array *
index : int -> unit
- array Array
- The one-dimensional Array that is the destination of the elements copied from ICollection. The Array must have zero-based indexing.
- index Int32
- The zero-based index in array at which copying begins.
ICollectionCopyTo(Array, Int32)