TagList.Enumerator.Current プロパティ

定義

列挙子の現在位置にあるコレクション内の要素を取得します。

public:
 property System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> Current { System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> get(); };
public System.Collections.Generic.KeyValuePair<string,object?> Current { get; }
member this.Current : System.Collections.Generic.KeyValuePair<string, obj>
Public ReadOnly Property Current As KeyValuePair(Of String, Object)

プロパティ値

コレクション内の、列挙子の現在位置にある要素。

実装

適用対象