SimpleHashtable Classe

Definição

Uma tabela de hash para o armazenamento interno de itens.A hash table for the internal storage of items.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

public ref class SimpleHashtable sealed
public sealed class SimpleHashtable
type SimpleHashtable = class
Public NotInheritable Class SimpleHashtable
Herança
SimpleHashtable

Construtores

SimpleHashtable(UInt32)

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

Inicializa uma nova instância da classe SimpleHashtable, usando o limite especificado.Initializes a new instance of the SimpleHashtable class, using the specified threshold.

Propriedades

Item[Object]

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

Obtém ou define o item que tem a chave especificada.Gets or sets the item that has the specified key.

Métodos

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetEnumerator()

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

Obtém um enumerador para a tabela de hash.Gets an enumerator for the hash table.

GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
Remove(Object)

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

Remove o item com a chave especificada da tabela de hash.Removes the item with the specified key from the hash table.

ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)

Aplica-se a

Confira também