C# Class Brunet.Collections.Cache.MissArgs

Inheritance: System.EventArgs
Show file Open project: pstjuste/brunet

Public Properties

Property Type Description
Key object

Public Methods

Method Description
MissArgs ( object key ) : System

Method Details

MissArgs() public method

public MissArgs ( object key ) : System
key object
return System

Property Details

Key public property

public object Key
return object