Property Current
Current
Gets the element at the current position of the enumerator (获取对枚举器当前位置的元素的引用).
public readonly ref readonly T Current { get; }
Property Value
- T
Gets the element at the current position of the enumerator (获取对枚举器当前位置的元素的引用).
public readonly ref readonly T Current { get; }