OrderedDictionary<TKey,TValue>.Enumerator.IEnumerator.Current 屬性

定義

取得集合中位於列舉值目前位置的專案。

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

屬性值

集合中位於列舉值目前位置的專案。

實作

備註

這個成員是明確的介面成員實作。 只有當 <xref:System.Collections.Generic.OrderedDictionary'2.Enumerator> 實例轉換成 <xref:System.Collections.IEnumerator> 介面時,才能使用它。

適用於