C# Class clojure.lang.LockingTransaction.Notify

显示文件 Open project: richhickey/clojure-clr

Public Properties

Property Type Description
_newval object
_oldval object
_ref Ref

Public Methods

Method Description
Notify ( Ref r, object oldval, object newval ) : System

Method Details

Notify() public method

public Notify ( Ref r, object oldval, object newval ) : System
r Ref
oldval object
newval object
return System

Property Details

_newval public_oe property

public object _newval
return object

_oldval public_oe property

public object _oldval
return object

_ref public_oe property

public Ref _ref
return Ref