Click or drag to resize

IFormattingInfo Interface

Interface for classes that provide information for formatting a programming language.

Namespace:  Ookii.FormatC
Assembly:  Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.1.0
Syntax
public interface IFormattingInfo

The IFormattingInfo type exposes the following members.

Properties
  NameDescription
Public propertyCaseSensitive
Gets a value that indicates whether the language to be formatted is case sensitive.
Public propertyPatterns
Gets a list of regular expression patterns used to identify elements of the code.
Top
See Also