public CompiledScopeCriteria(string compiledScope, CompiledScopeCriteriaMatchBy matchBy)
 {
     Fx.Assert(compiledScope != null, "The compiledScope must be non null.");
     this.compiledScope = compiledScope;
     this.matchBy = matchBy;
 }
예제 #2
0
 public CompiledScopeCriteria(string compiledScope, CompiledScopeCriteriaMatchBy matchBy)
 {
     Fx.Assert(compiledScope != null, "The compiledScope must be non null.");
     this.compiledScope = compiledScope;
     this.matchBy       = matchBy;
 }