C# Class Brunet.Collections.CacheKey

Afficher le fichier Open project: pstjuste/brunet Class Usage Examples

Méthodes publiques

Свойство Type Description
Objects object[]

Méthodes publiques

Méthode Description
CacheKey ( ) : System
Equals ( object o ) : bool
GetHashCode ( ) : int

Method Details

CacheKey() public méthode

public CacheKey ( ) : System
Résultat System

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Property Details

Objects public_oe property

public object[] Objects
Résultat object[]