IFormattingInfo Interface

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

Definition

Namespace: Ookii.FormatC
Assembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.3.2+a0abe9e363271833c90424d1444b43a67fa5858f
C#
public interface IFormattingInfo

Properties

CaseSensitive Gets a value that indicates whether the language to be formatted is case sensitive.
Patterns Gets a list of regular expression patterns used to identify elements of the code.

See Also