Span<T>.Length 属性
定义
返回当前范围的长度。Returns the length of the current span.
public:
property int Length { int get(); };
public int Length { get; }
member this.Length : int
Public ReadOnly Property Length As Integer
属性值
- Int32
当前跨度的长度。The length of the current span.
适用于