Hashtable.Count Propriedade

Definição

Obtém o número de pares chave-valor contidos no Hashtable.Gets the number of key/value pairs contained in the Hashtable.

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

Int32

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.

Aplica-se a