BasicProfileViolationCollection.IEnumerable<BasicProfileViolation>.GetEnumerator Method ()

 

Returns an enumerator that iterates through a collection of BasicProfileViolation objects.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

private abstract GetEnumerator : unit -> IEnumerator<BasicProfileViolation>
private override GetEnumerator : unit -> IEnumerator<BasicProfileViolation>

Return Value

Type: System.Collections.Generic.IEnumerator<BasicProfileViolation>

An IEnumerator object that can be used to iterate through the collection.

.NET Framework
Available since 2.0
Return to top
Show: