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. |