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

屬性值

位於列舉值中目前位置的集合中的元素。

實作

適用於