C# Class Brunet.Collections.Cache.Entry

Exibir arquivo Open project: pstjuste/brunet

Public Properties

Property Type Description
Key object
Next Entry
Previous Entry
Value object

Property Details

Key public_oe property

public object Key
return object

Next public_oe property

public Entry Next
return Entry

Previous public_oe property

public Entry Previous
return Entry

Value public_oe property

public object Value
return object