Ejemplo n.º 1
0
 public TypeWithSymbols(ITypeWithSymbols type)
     : base(type)
 {
     this.type = type;
 }
Ejemplo n.º 2
0
 internal static TypeWithSymbols GetType(ITypeWithSymbols type)
 {
     return((TypeWithSymbols)GetBasicType(type));
 }