Click or drag to resize

PowerShellFormattingInfoPatterns Property

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.1.0
Syntax
public IEnumerable<CodeElement> Patterns { get; }

Property Value

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

Implements

IFormattingInfoPatterns
See Also