NAnt SDK Documentation - v0.92

DataTypeCollectionBase.CopyTo Method

Copies the items of the collection to an Array, starting at a particular index.

Overload List

Inherited from DataTypeBase.

protected void CopyTo(DataTypeBase);

Inherited from Element.

protected void CopyTo(Element);

Copies the items of the collection to an Array, starting at a particular index.

public void CopyTo(Array,int);

See Also

DataTypeCollectionBase Class | NAnt.DotNet.Types Namespace