C# Class Brunet.Collections.Cache.EvictionArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: pstjuste/brunet Class Usage Examples

Méthodes publiques

Свойство Type Description
Key object
Value object

Méthodes publiques

Méthode Description
EvictionArgs ( object key, object val ) : System

Method Details

EvictionArgs() public méthode

public EvictionArgs ( object key, object val ) : System
key object
val object
Résultat System

Property Details

Key public_oe property

public object Key
Résultat object

Value public_oe property

public object Value
Résultat object