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)

属性值

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

实现

适用于