C# Class Brunet.Collections.Cache.Entry

Show file Open project: pstjuste/brunet

Public Properties

Property Type Description
Key object
Next Entry
Previous Entry
Value object

Property Details

Key public property

public object Key
return object

Next public property

public Entry Next
return Entry

Previous public property

public Entry Previous
return Entry

Value public property

public object Value
return object