public static TrsNativeKeyword Convert(this AstNativeKeyword astIn)
 {
     return(new TrsNativeKeyword(astIn));
 }
예제 #2
0
 public TrsNativeKeyword(AstNativeKeyword astNativeKeyword)
 {
     AstNativeKeyword = astNativeKeyword;
 }