C# Class clojure.lang.LockingTransaction.Notify

Afficher le fichier Open project: richhickey/clojure-clr

Méthodes publiques

Свойство Type Description
_newval object
_oldval object
_ref Ref

Méthodes publiques

Méthode Description
Notify ( Ref r, object oldval, object newval ) : System

Method Details

Notify() public méthode

public Notify ( Ref r, object oldval, object newval ) : System
r Ref
oldval object
newval object
Résultat System

Property Details

_newval public_oe property

public object _newval
Résultat object

_oldval public_oe property

public object _oldval
Résultat object

_ref public_oe property

public Ref _ref
Résultat Ref