ParserErrorCollection.AddRange Method (ParserErrorCollection)
.NET Framework 3.0
Adds the objects in an existing ParserErrorCollection to the collection.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public void AddRange ( ParserErrorCollection value )
public function AddRange ( value : ParserErrorCollection )
Not applicable.
Parameters
- value
A ParserErrorCollection containing the ParserError objects to add to the collection.
Community Additions
ADD
Show: