ReadOnlyMetadataCollection<T>.Enumerator.Current 属性

定义

获取位于当前位置的成员。

public:
 property T Current { T get(); };
public T Current { get; }
member this.Current : 'T
Public ReadOnly Property Current As T

属性值

T

位于当前位置的成员。

实现

适用于