ImmutableDictionary<TKey,TValue>.Builder.Count Eigenschaft
Definition
Ruft die Anzahl der Elemente in dem unverändertlichen Wörterbuch ab.Gets the number of elements contained in the immutable dictionary.
public:
property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer
Eigenschaftswert
Ruft die Anzahl der Elemente in dem unverändertlichen Wörterbuch ab.The number of elements contained in the immutable dictionary.