Click or drag to resize

LineNumberMode Enumeration

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

Namespace:  Ookii.FormatC
Assembly:  Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.1.0
Syntax
public enum LineNumberMode
Members
  Member nameValueDescription
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. This has the advantage of allowing the entire code to be selectable without selecting the line numbers.
See Also