ImmutableArray<T>.Enumerator.Current 属性

定义

获取当前项。

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

属性值

T

当前项。

适用于