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