StringValues.Enumerator.Current 属性

定义

获取枚举器当前位置的元素。

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

属性值

集合中位于枚举器的当前位置的元素。

实现

适用于