Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Brunet
Collections
Cache.EvictionArgs
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