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