コード例 #1
0
 public static bool IsRegularExpressionProvided(this IRepresentRegularExpression source, MatchingLevel minimalMatchingLevel)
 {
     return(source.RegularExpressionMatchingLevel >= minimalMatchingLevel);
 }
コード例 #2
0
 public static bool IsRegularExpressionProvided(this IRepresentRegularExpression source)
 {
     return(source.RegularExpressionMatchingLevel != MatchingLevel.None);
 }