Example #1
0
 internal string QuotedStringContent()
 {
     return(Type == TypeEnum.Regex ? ("@\"" + pattern.AsVerbatimPrintableRegex() + "\"") : ("\"" + pattern.AsPrintableString() + "\""));
 }