System.Web.ParserErrorCollection: Method Members

The methods of System.Web.ParserErrorCollection are listed below. For a list of all members, see the ParserErrorCollection Members list.

See Also: Inherited members from System.Collections.CollectionBase

Public Methods

Add(ParserError) : int

Adds a value to the collection.

AddRange(ParserError[])

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

AddRange(ParserErrorCollection)

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

Contains(ParserError) : bool

Determines whether the System.Web.ParserError object is located in the collection.

CopyTo(ParserError[], int)

Copies the System.Web.ParserError objects in the collection to a compatible one-dimensional array, starting at the specified index of the target array.

IndexOf(ParserError) : int

Gets the index of the specified System.Web.ParserError object in the collection.

Insert(int, ParserError)

Inserts the specified System.Web.ParserError object into the collection at the specified index.

Remove(ParserError)

Removes the specified System.Web.ParserError object from the collection.