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