Пример #1
0
 public void Reset()
 {
     direction = MatchDir.None;
     matchlist.Clear();
     isMatch   = false;
     matchType = MatchType.Normal;
 }
Пример #2
0
 public MatchInfo(MatchInfo info)
 {
     matchlist   = new MatchList(info.matchlist);
     isMatch     = info.isMatch;
     direction   = info.direction;
     matchType   = info.matchType;
     creationPos = info.creationPos;
 }