Esempio n. 1
0
 protected ParseNode GetParentedNode(ParseNode child)
 {
     if (child != null) {
         child.SetParent(this);
     }
     return child;
 }
Esempio n. 2
0
 protected ParseNode GetParentedNode(ParseNode child)
 {
     if (child != null)
     {
         child.SetParent(this);
     }
     return(child);
 }