System.Web.Services.Description.BasicProfileViolationCollection Members

The members of System.Web.Services.Description.BasicProfileViolationCollection are listed below.

See Also: Inherited members from System.Collections.CollectionBase

Public Constructors

Public Properties

default property
Item(int)BasicProfileViolation. Documentation for this section has not yet been entered.

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.

Explicitly Implemented Interface Members

IEnumerable<System.Web.Services.Description.BasicProfileViolation>.GetEnumeratorDocumentation for this section has not yet been entered.