C# Class Brunet.Collections.Cache.Entry

Afficher le fichier Open project: pstjuste/brunet

Méthodes publiques

Свойство Type Description
Key object
Next Entry
Previous Entry
Value object

Property Details

Key public_oe property

public object Key
Résultat object

Next public_oe property

public Entry Next
Résultat Entry

Previous public_oe property

public Entry Previous
Résultat Entry

Value public_oe property

public object Value
Résultat object