Exemplo n.º 1
0
 public BaseCriteria(BaseMatching <T> matching, string pattern)
 {
     Matching = matching;
     Pattern  = pattern;
 }
Exemplo n.º 2
0
 public MapCriteria(BaseMatching <Character> matching, string pattern)
     : base(matching, pattern)
 {
 }
Exemplo n.º 3
0
 public BaseCriteria(BaseMatching <T> matching, string pattern)
 {
     this.Matching = matching;
     this.Pattern  = pattern;
 }