Class DefaultRegexPatterns
Inheritance
System.Object
DefaultRegexPatterns
Namespace: Telerik.Windows.Documents.Model.Code
Assembly: Telerik.Windows.Documents.dll
Syntax
public static class DefaultRegexPatterns : Object
Properties
MultilineCommentPattern
Declaration
public static string MultilineCommentPattern { get; }
Property Value
System.String
|
SingleLineCommentPattern
Declaration
public static string SingleLineCommentPattern { get; }
Property Value
System.String
|
StringPattern
Declaration
public static string StringPattern { get; }
Property Value
System.String
|