C# Class Brunet.Collections.Cache.EvictionArgs

Inheritance: System.EventArgs
Show file 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 property

public object Key
return object

Value public property

public object Value
return object