Пример #1
0
 public static string GetRegex(this ExpressionToken tkn)
 {
     return(tkn.GetAttribute <ExpressionTokenAttribute>().Regex);
 }