コード例 #1
0
 public void SetBinder(BinderDelegate binder)
 {
     this.GetBoundValue = binder;
 }
コード例 #2
0
 public SymbolicValue(string ident, BinderDelegate binder)
 {
     this.value = ident; this.GetBoundValue = binder;
 }