StringRuneEnumerator.IEnumerator.Current 屬性

定義

取得位於目前列舉程式位置的 Rune

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

屬性值

列舉 Rune 值目前位置的 。

實作

備註

這個成員是明確介面成員實作, 只有在 StringRuneEnumerator 執行個體轉換成 IEnumerator 介面時,才能使用這個成員。

適用於