C# Class BitmapIndex.BIKey

Afficher le fichier Open project: reinaldoarrosi/CSharp-BitmapIndex Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public BIKey ( BIGroup group, Object key ) : System
group BIGroup
key Object
Résultat System

BIKey() public méthode

public BIKey ( int group, Object key ) : System
group int
key Object
Résultat System

BIKey() public méthode

public BIKey ( int group, string subGroup, Object key ) : System
group int
subGroup string
key Object
Résultat System

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int