Esempio n. 1
0
 public void SetBinder(BinderDelegate binder)
 {
     this.GetBoundValue = binder;
 }
Esempio n. 2
0
 public SymbolicValue(string ident, BinderDelegate binder)
 {
     this.value = ident; this.GetBoundValue = binder;
 }