예제 #1
0
 public Function(SourceLocation location)
     : base(location)
 {
     Body = new StatementList(location);
 }
예제 #2
0
파일: Function.cs 프로젝트: josh-127/Iodine
 protected Function(SourceLocation location)
     : base(location)
 {
     Body = new StatementList(location);
 }