OrderedDictionary<TKey,TValue>.Enumerator.IDictionaryEnumerator.Key プロパティ

定義

現在のディクショナリ エントリのキーを取得します。

property System::Object ^ System::Collections::IDictionaryEnumerator::Key { System::Object ^ get(); };
object System.Collections.IDictionaryEnumerator.Key { get; }
member this.System.Collections.IDictionaryEnumerator.Key : obj
 ReadOnly Property Key As Object Implements IDictionaryEnumerator.Key

プロパティ値

列挙体の現在の要素のキー。

実装

Key

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 <xref:System.Collections.Generic.OrderedDictionary'2.Enumerator> インスタンスが <xref:System.Collections.IDictionaryEnumerator> インターフェイスにキャストされている場合にのみ使用できます。

適用対象