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:
virtual IEnumerator<BasicProfileViolation^>^ GetEnumerator() sealed = IEnumerable<BasicProfileViolation^>::GetEnumerator

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: