Exemple #1
0
 public Node GetChild(int idx)
 {
     return(Flex.GetChild(this, idx));
 }