예제 #1
0
 public void Clear()
 {
     this.value = new MyVariable(typeof(Nullable));
     this.child = null;
 }
예제 #2
0
 public VariableLink(MyVariable value, VariableLink child)
 {
     this.value = value;
     this.child = child;
 }