Hashtable.Count Propriedade
Definição
public:
virtual property int Count { int get(); };
public virtual int Count { get; }
member this.Count : int
Public Overridable ReadOnly Property Count As Integer
Valor da propriedade
O número de pares chave-valor contidos no Hashtable.The number of key/value pairs contained in the Hashtable.
Implementações
Comentários
A recuperação do valor dessa propriedade é uma O(1) operação.Retrieving the value of this property is an O(1) operation.