LanguageRegionFormattingInfo Property

Gets or sets the formatting info used to highlight the language region.

Definition

Namespace: Ookii.FormatC
Assembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.3.2+a0abe9e363271833c90424d1444b43a67fa5858f
C#
public IFormattingInfo? FormattingInfo { get; set; }

Property Value

IFormattingInfo
The formatting info, or to use the formatter that split the code into regions.

See Also