ImmutableSortedDictionary<TKey,TValue>.Builder.Count Propriedade
Definição
Obtém o número de elementos neste dicionário classificado imutável.Gets the number of elements in this immutable sorted dictionary.
public:
property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer
Valor da propriedade
O número de elementos neste dicionário.The number of elements in this dictionary.