System.Web.Services.Description.BasicProfileViolationCollection: Method Members

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

See Also: Inherited members from System.Collections.CollectionBase

Public Methods

Contains(BasicProfileViolation) : bool

Checks whether the collection contains the specified System.Web.Services.Description.BasicProfileViolation object.

CopyTo(BasicProfileViolation[], int)

Copies the elements from the collection to an array, starting at a specified index of the array.

IndexOf(BasicProfileViolation) : int

Returns the zero-based index of a specified System.Web.Services.Description.BasicProfileViolation in the collection.

Insert(int, BasicProfileViolation)

Inserts a System.Web.Services.Description.BasicProfileViolation to the collection at the specified location.

Remove(BasicProfileViolation)

Removes a specified System.Web.Services.Description.BasicProfileViolation from the collection.

override
ToString() : string

Returns a string representation of the System.Web.Services.Description.BasicProfileViolation objects in the collection.