IFormattingInfo Interface
Interface for classes that provide information for formatting a programming language.
Namespace: Ookii.FormatCAssembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.3.2+a0abe9e363271833c90424d1444b43a67fa5858f
public interface IFormattingInfo
Public Interface IFormattingInfo
public interface class IFormattingInfo
type IFormattingInfo = interface end
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.
|