コード例 #1
0
ファイル: AliasType.cs プロジェクト: MarioTheOne/Tigertron
 public override void DefineType(ICodeGenerator cg)
 {
     if (PrimitiveType.ILType == null)
     {
         PrimitiveType.DefineType(cg);
     }
     ILType = PrimitiveType.ILType;
 }