Esempio n. 1
0
 public bool Validate(IEnumerable <IConstruct> knownConstructs, IErrorRegistry registry)
 {
     return(this.ValidateParent(knownConstructs));
 }
 public bool Validate(IEnumerable<IConstruct> knownConstructs, IErrorRegistry registry)
 {
     return this.ValidateParent(knownConstructs);
 }