Exemplo n.º 1
0
 public BadTypeReference(BadType definition, bool isNullable)
     : base(definition, isNullable)
 {
     this.errors = definition.Errors;
 }
Exemplo n.º 2
0
 public BadTypeReference(BadType definition, bool isNullable)
     : base(definition, isNullable)
 {
     this.errors = definition.Errors;
 }