コード例 #1
0
ファイル: Block.cs プロジェクト: richardbang83/GNet
 public Block(params Statement[] statements)
 {
     Statements.Extend(statements);
 }