BulletedStringCollection ClassCleanCode C# Libraries v1.2.03 API
Provides a list of strings with bullets automatically appended at the front, except for lines beginning with ExceptionTokens.
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem.Collections.ObjectModel Collection OnlineString 
    CleanCode.Data BulletedStringCollection

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

public class BulletedStringCollection : Collection<string>
Remarks

Enumerating through the collection returns the original string unaltered. But invoking ToString  on the collection returns the list as a single string, where each original string has a bullet attached. Both the Bullet token and the ExceptionTokens may be changed as needed.

Since CleanCode 0.9.26.

See Also