Example #1
0
 public MatchType MatchesEnd(string message)
 {
     return(BlockMatcher.MatchesEnd(message));
 }
Example #2
0
 public MatchedBlock(BlockMatcher blockMatcher, string name, MatchType matchType)
 {
     BlockMatcher = blockMatcher;
     Name         = name;
     MatchType    = matchType;
 }