C# Class Boo.Lang.Hash

Inheritance: System.Collections.Hashtable
Afficher le fichier Open project: boo/boo-lang Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : object
Equals ( object obj ) : bool
GetHashCode ( ) : int
Hash ( ) : System
Hash ( IDictionary other ) : System
Hash ( IEnumerable enumerable ) : System
Hash ( SerializationInfo info, StreamingContext context ) : System
Hash ( bool caseInsensitive ) : System

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Hash() public méthode

public Hash ( ) : System
Résultat System

Hash() public méthode

public Hash ( IDictionary other ) : System
other IDictionary
Résultat System

Hash() public méthode

public Hash ( IEnumerable enumerable ) : System
enumerable IEnumerable
Résultat System

Hash() public méthode

public Hash ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

Hash() public méthode

public Hash ( bool caseInsensitive ) : System
caseInsensitive bool
Résultat System