Memory<T>.Length 属性
定义
获取当前实例中的项数。Gets the number of items in the current instance.
public:
property int Length { int get(); };
public int Length { get; }
member this.Length : int
Public ReadOnly Property Length As Integer
属性值
- Int32
当前实例中的项数。The number of items in the current instance.
适用于