The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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: 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.
Implements
IEnumerable<T>::GetEnumerator()
.NET Framework
Available since 2.0
Available since 2.0
Show: