コード例 #1
0
ファイル: Type.cs プロジェクト: ha11owed/CppSharp
 public TypedefType(TypedefType type)
     : base(type)
 {
     Declaration = type.Declaration;
 }