SortedDictionary<TKey,TValue>.Count 속성

정의

SortedDictionary<TKey,TValue>에 포함된 키/값 쌍의 수를 가져옵니다.

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

속성 값

SortedDictionary<TKey,TValue>에 포함된 키/값 쌍의 수입니다.

구현

설명

이 속성의 값을 가져오는 것은 O(1) 작업입니다.

적용 대상