Gets a list of regular expression patterns used to identify elements of the code.
Namespace: Ookii.FormatCAssembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public virtual IEnumerable<CodeElement> Patterns { get; }
Field Value
A list of CodeElement classes that provide regular expressions for identifying elements of the code.Implements
IFormattingInfo PatternsSee Also