BasicProfileViolationCollection.IEnumerable<BasicProfileViolation>.GetEnumerator Method ()
Returns an enumerator that iterates through a collection of BasicProfileViolation objects.
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.
Implements
IEnumerable<'T>.GetEnumerator()
.NET Framework
Available since 2.0
Available since 2.0
Show: