AttributeCollection.GetHashCode Método

Definición

Devuelve el código hash de esta instancia.

public:
 override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

Devoluciones

Int32

Código hash de un entero con signo de 32 bits.

Comentarios

Use el GetHashCode método para determinar el código hash de este AttributeCollection objeto.

Se aplica a

Consulte también