TypeConverter.StandardValuesCollection.Count 속성

정의

컬렉션에 있는 개체의 수를 가져옵니다.

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

속성 값

컬렉션의 개체 수입니다.

구현

설명

속성은 Count 개체 컬렉션을 반복하는 루프의 제한을 설정하는 데 사용할 수 있습니다. 컬렉션은 0부터 시작하므로 루프의 상한으로 사용해야 Count - 1 합니다.

적용 대상

추가 정보