LanguageRegion ClassFormatC Syntax Highlighting Class Library
Represents a region of multi-language source code that should be formatted by a specific region.
Inheritance Hierarchy

OnlineSystem Object
  Ookii.FormatC LanguageRegion

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

public sealed class LanguageRegion
Remarks

The specified region may itself contain multiple language regions if the formatter specified is not   and implements IMultilanguageFormattingInfo.

See Also