CPlusPlusFormattingInfo Patterns Property FormatC Syntax Highlighting Class Library
Gets a list of regular expression patterns used to identify elements of the code.

Namespace: Ookii.FormatC
Assembly: 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 Patterns
See Also