System.Web.ParserErrorCollection.AddRange Method

Adds the objects in an existing System.Web.ParserErrorCollection to the collection.

Syntax

public void AddRange (ParserErrorCollection collection)

Parameters

collection
Documentation for this section has not yet been entered.

Remarks

Unlike the ParserErrorCollection.Add(ParserError) method, the ParserErrorCollection.AddRange(ParserErrorCollection) method does not have a return value that can be used to determine whether a System.Web.ParserError object being added is already in the collection. If you need this information, use the ParserErrorCollection.Contains(ParserError) method before using ParserErrorCollection.AddRange(ParserErrorCollection).

Requirements

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