NAnt SDK Documentation - v0.85-nightly-2005-11-09

DataTypeCollectionBase.CopyTo Method

[This is preliminary documentation and subject to change.]

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