示例#1
0
文件: Type.cs 项目: ha11owed/CppSharp
 public TypedefType(TypedefType type)
     : base(type)
 {
     Declaration = type.Declaration;
 }