ILookup<TKey,TElement>.Count Özellik

Tanım

içindeki ILookup<TKey,TElement>anahtar/değer koleksiyonu çiftlerinin sayısını alır.

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

Özellik Değeri

içindeki anahtar/değer koleksiyonu çiftlerinin ILookup<TKey,TElement>sayısı.

Şunlara uygulanır