Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Brunet
Collections
Cache.EvictionArgs
C# Class Brunet.Collections.Cache.EvictionArgs
Inheritance:
System.EventArgs
Datei anzeigen
Open project: pstjuste/brunet
Class Usage Examples
Public Properties
Property
Type
Description
Key
object
Value
object
Public Methods
Method
Description
EvictionArgs
(
object
key
,
object
val
) :
System
Method Details
EvictionArgs()
public
method
public
EvictionArgs
(
object
key
,
object
val
) :
System
key
object
val
object
return
System
Property Details
Key
public_oe property
public
object
Key
return
object
Value
public_oe property
public
object
Value
return
object