示例#1
0
 public void a(V1.A value)
 {
     this.A = (V1.A)Delegate.Remove(this.A, value);
 }
示例#2
0
 public void A(V1.A b)
 {
     this.A = (V1.A)Delegate.Combine(this.A, b);
 }