BamlLocalizationDictionaryEnumerator クラス
定義
BamlLocalizationDictionary オブジェクトのコンテンツを列挙可能な特殊な列挙子を定義します。Defines a specialized enumerator that can enumerate over the content of a BamlLocalizationDictionary object.
public ref class BamlLocalizationDictionaryEnumerator sealed : System::Collections::IDictionaryEnumerator
public sealed class BamlLocalizationDictionaryEnumerator : System.Collections.IDictionaryEnumerator
type BamlLocalizationDictionaryEnumerator = class
interface IDictionaryEnumerator
interface IEnumerator
Public NotInheritable Class BamlLocalizationDictionaryEnumerator
Implements IDictionaryEnumerator
- 継承
-
BamlLocalizationDictionaryEnumerator
- 実装
プロパティ
Current |
コレクション内の現在のオブジェクトを取得します。Gets the current object in the collection. |
Entry |
現在位置の DictionaryEntry オブジェクトを取得します。Gets the current position's DictionaryEntry object. |
Key |
現在のエントリのキーを取得します。Gets the key of the current entry. |
Value |
現在のエントリの値を取得します。Gets the value of the current entry. |
メソッド
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() |
列挙子を初期位置、つまりコレクションの最初のオブジェクトの前に戻します。Returns the enumerator to its initial position, which is before the first object in the collection. |
ToString() |
現在のオブジェクトを表す string を返します。Returns a string that represents the current object. (継承元 Object) |
明示的なインターフェイスの実装
IDictionaryEnumerator.Key |
このメンバーの詳細については、「Key」をご覧ください。For a description of this member, see Key. |
IDictionaryEnumerator.Value |
このメンバーの詳細については、「Value」をご覧ください。For a description of this member, see Value. |
IEnumerator.Current |
このメンバーの説明については、Current のトピックを参照してください。For a description of this member, see Current. |