CodeStyleOptions.MaxInlineParameters Property
- Namespace
- Kampute.DocToolkit.Languages
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets or sets the maximum number of parameters in a member definition before wrapping.
public int MaxInlineParameters { get; set; }Property Value
- int
- The maximum number of parameters in a member definition before wrapping. The default is 3.
Remarks
This property determines how many parameters can be written in a single line when writing a member definition. If the number of parameters in the definition exceeds this value, each parameter is placed on a new line.
