LanguageRegion FormattingInfo Property FormatC Syntax Highlighting Class Library
Gets or sets the formatting info used to highlight the language region.

Namespace: Ookii.FormatC
Assembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public IFormattingInfo FormattingInfo { get; set; }

Field Value

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