BasicProfileViolationEnumerator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the elements in a BasicProfileViolationCollection.
public ref class BasicProfileViolationEnumerator : System::Collections::Generic::IEnumerator<System::Web::Services::Description::BasicProfileViolation ^>
public class BasicProfileViolationEnumerator : System.Collections.Generic.IEnumerator<System.Web.Services.Description.BasicProfileViolation>
type BasicProfileViolationEnumerator = class
interface IEnumerator<BasicProfileViolation>
interface IDisposable
interface IEnumerator
Public Class BasicProfileViolationEnumerator
Implements IEnumerator(Of BasicProfileViolation)
- Inheritance
-
BasicProfileViolationEnumerator
- Implements
Constructors
BasicProfileViolationEnumerator(BasicProfileViolationCollection) |
Initializes a new instance of the BasicProfileViolationEnumerator class. |
Properties
Current |
Gets the current BasicProfileViolation element in the BasicProfileViolationCollection. |
Methods
Dispose() |
Releases all resources used by the current instance of the BasicProfileViolationEnumerator class.Releases all resources used by the BasicProfileViolationEnumerator. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
MoveNext() |
Enumerates to the next element in the BasicProfileViolationCollection. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Explicit Interface Implementations
IEnumerator.Current |
Gets the current element in the BasicProfileViolationCollection. |
IEnumerator.Reset() |
Sets the enumerator to its initial position, which is before the first element in the BasicProfileViolationCollection. |
Applies to
.NET