BulletedStringCollection Bullet Property CleanCode C# Libraries v1.2.03 API
Gets or sets the bullet used to prefix each string in a list.

Namespace: CleanCode.Data
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public static string Bullet { get; set; }

Field Value

The bullet.
Remarks

The default is "\u25CF" (a filled circle).
See Also