예제 #1
0
파일: Type.cs 프로젝트: ha11owed/CppSharp
 public TypedefType(TypedefType type)
     : base(type)
 {
     Declaration = type.Declaration;
 }