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