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