예제 #1
0
파일: Block.cs 프로젝트: richardbang83/GNet
 public Block(params Statement[] statements)
 {
     Statements.Extend(statements);
 }