System.Web.ParserErrorCollection.AddRange Method

Adds an array of System.Web.ParserError objects to the collection.

Syntax

public void AddRange (ParserError[] errors)

Parameters

errors
Documentation for this section has not yet been entered.

Remarks

Use the ParserErrorCollection.AddRange(ParserError[]) method to add an array of System.Web.ParserError objects to the collection. The ParserErrorCollection.AddRange(ParserError[]) method is useful when you create multiple System.Web.ParserError objects and want to add them to the collection with a single method call. To add individual System.Web.ParserError objects to the collection, use the ParserErrorCollection.Add(ParserError) method.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0