BasicProfileViolationEnumerator 클래스
정의
BasicProfileViolationCollection의 요소를 열거합니다.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)
- 상속
-
BasicProfileViolationEnumerator
- 구현
생성자
BasicProfileViolationEnumerator(BasicProfileViolationCollection) |
BasicProfileViolationEnumerator 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the BasicProfileViolationEnumerator class. |
속성
Current |
BasicProfileViolation의 현재 BasicProfileViolationCollection 요소를 가져옵니다.Gets the current BasicProfileViolation element in the BasicProfileViolationCollection. |
메서드
Dispose() |
BasicProfileViolationEnumerator 클래스의 현재 인스턴스에서 사용하는 모든 리소스를 해제하며 BasicProfileViolationEnumerator에서 사용된 모든 리소스를 해제합니다.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. (다음에서 상속됨 Object) |
GetHashCode() |
기본 해시 함수로 작동합니다.Serves as the default hash function. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다.Gets the Type of the current instance. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다.Creates a shallow copy of the current Object. (다음에서 상속됨 Object) |
MoveNext() |
BasicProfileViolationCollection의 다음 요소로 이동합니다.Enumerates to the next element in the BasicProfileViolationCollection. |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다.Returns a string that represents the current object. (다음에서 상속됨 Object) |
명시적 인터페이스 구현
IEnumerator.Current |
BasicProfileViolationCollection의 현재 요소를 가져옵니다.Gets the current element in the BasicProfileViolationCollection. |
IEnumerator.Reset() |
BasicProfileViolationCollection의 첫 번째 요소 앞의 초기 위치에 열거자를 설정합니다.Sets the enumerator to its initial position, which is before the first element in the BasicProfileViolationCollection. |