C# Class BitmapIndex.BIKey

Mostra file Open project: reinaldoarrosi/CSharp-BitmapIndex Class Usage Examples

Public Methods

Method Description
BIKey ( BIGroup group, Object key ) : System
BIKey ( int group, Object key ) : System
BIKey ( int group, string subGroup, Object key ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

Method Details

BIKey() public method

public BIKey ( BIGroup group, Object key ) : System
group BIGroup
key Object
return System

BIKey() public method

public BIKey ( int group, Object key ) : System
group int
key Object
return System

BIKey() public method

public BIKey ( int group, string subGroup, Object key ) : System
group int
subGroup string
key Object
return System

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int