Summary
    Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.        
    
		- Assembly
 - NAnt
.DotNet .dll  - Namespace
 - NAnt
.DotNet .Types  - Containing Type
 - Compiler
Warning Collection  
Syntax
public void CopyTo(CompilerWarning[] array, int index)
	Parameters
| Name | Type | Description | 
|---|---|---|
| array | CompilerWarning[] | The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing. | 
| index | int | The zero-based index in array at which copying begins. | 
Return Value
| Type | Description | 
|---|---|
| void | 
