예제 #1
0
 public static FunctionCall ThisInit(params FunctionArgument[] arguments)
 {
     return(FunctionCall.Constructor(NameReference.Create(NameFactory.ThisVariableName, NameFactory.InitConstructorName),
                                     arguments));
 }
예제 #2
0
 public static FunctionCall BaseInit(params FunctionArgument[] arguments)
 {
     return(FunctionCall.Constructor(NameReference.CreateBaseInitReference(), arguments));
 }