ImmutableArray<T>.IReadOnlyCollection<T>.Count 속성

정의

컬렉션의 항목 수를 가져옵니다.

property int System::Collections::Generic::IReadOnlyCollection<T>::Count { int get(); };
int System.Collections.Generic.IReadOnlyCollection<T>.Count { get; }
member this.System.Collections.Generic.IReadOnlyCollection<T>.Count : int
 ReadOnly Property Count As Integer Implements IReadOnlyCollection(Of T).Count

속성 값

Int32

컬렉션의 항목 수입니다.

구현

예외

IsDefault 속성이 true를 반환합니다.

적용 대상