コード例 #1
0
 public BadTypeReference(BadType definition, bool isNullable)
     : base(definition, isNullable)
 {
     this.errors = definition.Errors;
 }
コード例 #2
0
ファイル: BadTypeReference.cs プロジェクト: nickchal/pash
		public BadTypeReference(BadType definition, bool isNullable) : base(definition, isNullable)
		{
			this.errors = definition.Errors;
		}