Gets or sets the size of the bracket bar used by the
Bracket(String) method.
Namespace: CleanCode.DiagnosticsAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
public static int BracketBarSize { get; set; }
public static int BracketBarSize { get; set; }
Public Shared Property BracketBarSize As Integer
Get
Set
Public Shared Property BracketBarSize As Integer
Get
Set
public:
static property int BracketBarSize {
int get ();
void set (int value);
}
public:
static property int BracketBarSize {
int get ();
void set (int value);
}
Field Value
The size of the bracket bar.
This "bracket bar" is combined with the title passed to Bracket().
Example: a title of "Detail Dump" and a BracketBarSize of 5, the log
will show "----- Detail Dump -----".