Exemple #1
0
 public TypedefType(TypedefType type)
     : base(type)
 {
     Declaration = type.Declaration;
 }