VisualBasicFormattingInfoPatterns Property

Gets a list of regular expression patterns used to identify elements of the code.

Definition

Namespace: Ookii.FormatC
Assembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.3.2+a0abe9e363271833c90424d1444b43a67fa5858f
C#
public IEnumerable<CodeElement> Patterns { get; }

Property Value

IEnumerableCodeElement
A list of CodeElement classes that provide regular expressions for identifying elements of the code.

Implements

IFormattingInfoPatterns

See Also