コード例 #1
0
 public override R ComputeWith <R>(SchemaComputer <R> computer)
 {
     return(computer.ComputeSpecific(this));
 }
コード例 #2
0
 public override R ComputeWith <R>(SchemaComputer <R> computer)
 {
     return(_schema.computeWith(computer));
 }
コード例 #3
0
 public override R ComputeWith <R>(SchemaComputer <R> processor)
 {
     return(processor.ComputeSpecific(this));
 }
コード例 #4
0
 public RawFileParser(Dictionary <string, IList <IList <string> > > tables)
 {
     this.tables = tables;
     schema      = SchemaComputer.GetSchemaDecl(tables);
 }