ParserErrorCollection.CopyTo Method
Assembly: System.Web (in system.web.dll)
public void CopyTo ( ParserError[] array, int index )
public function CopyTo ( array : ParserError[], index : int )
Parameters
- array
An array of type ParserError to which the parser errors in the collection are copied.
- index
The first index within the array to which the ParserError is copied.
Use the CopyTo method to copy the ParserError objects in a collection (including the item references they contain) to a compatible array, starting at a specified index. This is useful when you want to sort the ParserError objects in the collection by using the Sort method. To do this:
The following code example demonstrates how to copy the contents of a ParserErrorCollection object to the specified ParserError array.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.