LineNumberMode Enumeration

Indicates if and how line numbers are added to the formatted code.

Definition

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

Members

None0 No line numbers are added.
Inline1 Line numbers are added inline in front of every line.
Table2 The result is encapsulated in a table with the line numbers in a seperate cell.

See Also