Exemplo n.º 1
0
 public TargetType(Func <string, bool> test, SchemaTargetType withoutNulls)
 {
     this.test    = test;
     WithoutNulls = withoutNulls;
 }
Exemplo n.º 2
0
 public TargetType(Func <string, bool> test, SchemaTargetType baseSchemaComputer)
 {
     this.test = test;
     this.baseSchemaComputer = baseSchemaComputer;
 }