ConcurrentDictionary<TKey,TValue>.Count 속성

정의

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

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

속성 값

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

구현

예외

사전에 너무 많은 요소가 포함되어 있습니다.

설명

이 속성에는 스냅샷 의미 체계가 있으며 속성에 System.Collections.Concurrent.ConcurrentDictionary<TKey,TValue> 액세스한 시점의 항목 수를 나타냅니다.

적용 대상

추가 정보