示例#1
0
 public override IEnumerable <ISyntaxNode> GetChildren()
 {
     return(Declarations.Cast <ISyntaxNode>().Concat(Statements));
 }