Copies the items of the collection to an Array, starting at a particular index.
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);
DataTypeCollectionBase Class | NAnt.DotNet.Types Namespace