XmlSchemaObjectEnumerator クラス
定義
XmlSchemaObjectCollection の列挙子を表します。Represents the enumerator for the XmlSchemaObjectCollection.
public ref class XmlSchemaObjectEnumerator : System::Collections::IEnumerator
public class XmlSchemaObjectEnumerator : System.Collections.IEnumerator
type XmlSchemaObjectEnumerator = class
interface IEnumerator
Public Class XmlSchemaObjectEnumerator
Implements IEnumerator
- 継承
-
XmlSchemaObjectEnumerator
- 実装
プロパティ
Current |
コレクション内の現在の XmlSchemaObject を取得します。Gets the current XmlSchemaObject in the collection. |
メソッド
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() |
コレクションの次の項目に移動します。Moves to the next item in the collection. |
Reset() |
列挙子をコレクションの先頭にリセットします。Resets the enumerator to the start of the collection. |
ToString() |
現在のオブジェクトを表す string を返します。Returns a string that represents the current object. (継承元 Object) |
明示的なインターフェイスの実装
IEnumerator.Current |
このメンバーの詳細については、「Current」をご覧ください。For a description of this member, see Current. |
IEnumerator.MoveNext() |
このメンバーの説明については、MoveNext() のトピックを参照してください。For a description of this member, see MoveNext(). |
IEnumerator.Reset() |
このメンバーの説明については、Reset() のトピックを参照してください。For a description of this member, see Reset(). |