BaseCollection.Count 속성

정의

컬렉션의 총 요소 수를 가져옵니다.

public:
 virtual property int Count { int get(); };
[System.ComponentModel.Browsable(false)]
public virtual int Count { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Count : int
Public Overridable ReadOnly Property Count As Integer

속성 값

Int32

컬렉션의 총 요소 수입니다.

구현

특성

적용 대상