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

속성 값

컬렉션의 항목 수입니다.

구현

예외

속성이 IsDefault 반환됩니다 true.

적용 대상