ParserErrorCollection.AddRange Method (ParserError[])
.NET Framework 3.0
Adds an array of ParserError objects to the collection.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Use the AddRange method to add an array of ParserError objects to the collection. The AddRange method is useful when you create multiple ParserError objects and want to add them to the collection with a single method call. To add individual ParserError objects to the collection, use the Add method.
The following code example demonstrates how to add a range of ParserError objects to a ParserErrorCollection object.
Community Additions
ADD
Show: