StringValues.Enumerator.Current プロパティ

定義

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

public:
 property System::String ^ Current { System::String ^ get(); };
public string Current { get; }
public string? Current { get; }
member this.Current : string
Public ReadOnly Property Current As String

プロパティ値

String

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

実装

適用対象