Ejemplo n.º 1
0
 public TypeIdentifier(TypeBase type)
     : base(type.ToString())
 {
     Type = type;
 }