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

속성 값

배열의 항목 수입니다.

설명

값이 감소하면 배열 내용이 잘립니다.

값이 증가하면 추가된 요소가 기본값으로 초기화됩니다.

적용 대상