Piccolo.NET

PNotificationCenter.CompoundValue Constructor 

Constructs a new CompoundValue, creating a weak reference to the object.

public PNotificationCenter.CompoundValue(
   object obj,
   MethodInfo methodInfo
);

Parameters

obj
The object attribute of this compound value.
methodInfo
The callback attribute of this compound value.

See Also

PNotificationCenter.CompoundValue Class | UMD.HCIL.PiccoloX.Events Namespace