Shows information about the added diagnostic functionality
provided by the current control when ContainerTest is enabled.
Namespace: CleanCode.GeneralComponents.SupportAssembly: CleanCode.GeneralComponents (in CleanCode.GeneralComponents.dll) Version: 1.2.3.0 (1.2.03)
Syntax
public static void ShowInfo( BulletedStringCollection bsc, Type type )
Parameters
- bsc
- Type: CleanCode.Data.BulletedStringCollection
A list of bullet points. Any string beginning with a character in ExceptionTokens will not have a bullet prefixed to it.
- type
- Type: System.Type
The type of the calling control, displayed as the main heading of the message box.
Remarks
See Also