System.Web.ParserErrorCollection Members

The members of System.Web.ParserErrorCollection are listed below.

See Also: Inherited members from System.Collections.CollectionBase

Public Constructors

Initializes a new instance of the System.Web.ParserErrorCollection class.

Initializes a new instance of the System.Web.ParserErrorCollection class.

Public Properties

[read-only]
default property
Item(int)ParserError. Documentation for this section has not yet been entered.

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.