ILookup<TKey,TElement>.Count Eigenschaft

Definition

Ruft die Anzahl der Schlüssel-Wert-Paare in der Auflistung im ILookup<TKey,TElement> ab.

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

Eigenschaftswert

Int32

Die Anzahl der Schlüssel-Wert-Paare in der Auflistung im ILookup<TKey,TElement>.

Gilt für