Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Retrieves a value that indicates the hash code for a particular type.
Syntax
Visual Basic Overrides Public Function
GetHashCode( ) As intC# public override int
GetHashCode( );Managed C++ public: int
GetHashCode( );JScript public override function
GetHashCode( );
Return Value
int. Returns a hash code.
Remarks
This method can be used to hash algorithms and data structures like a hash table.
Applies To
CssCollection
See Also