C# Class Boo.Lang.Hash

Inheritance: System.Collections.Hashtable
Show file Open project: boo/boo-lang Class Usage Examples

Public Methods

Method 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 method

public Clone ( ) : object
return object

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Hash() public method

public Hash ( ) : System
return System

Hash() public method

public Hash ( IDictionary other ) : System
other IDictionary
return System

Hash() public method

public Hash ( IEnumerable enumerable ) : System
enumerable IEnumerable
return System

Hash() public method

public Hash ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

Hash() public method

public Hash ( bool caseInsensitive ) : System
caseInsensitive bool
return System