Exemple #1
0
 /// <summary>
 /// Get a list of possible child node types for this node.
 /// </summary>
 /// <returns></returns>
 public ArrayList validChildTypes()
 {
     return((dataNode_ != null)?dataNode_.validChildTypes():null);
 }