ImmutableArray<T>.Builder.Count 属性

定义

获取或设置数组中的项数。

public:
 property int Count { int get(); void set(int value); };
public int Count { get; set; }
member this.Count : int with get, set
Public Property Count As Integer

属性值

数组中的项数。

注解

如果值减小,数组内容将被截断。

如果增加该值,则添加的元素将初始化为其默认值。

适用于