コード例 #1
0
 private static UnifiedBlock CreateStatementCollection(StatementCollection statements)
 {
     return(statements.SelectMany(CreateStatement).ToBlock());
 }