Table of Contents

Class TextOutputGeneratorDC

Namespace
SunamoDevCode
Assembly
SunamoDevCode.dll

Generates formatted text output from collections and messages.

public class TextOutputGeneratorDC
Inheritance
TextOutputGeneratorDC
Inherited Members
Extension Methods

Methods

List(List<string>, string)

Outputs a list of items with the given message header.

public void List(List<string> foldersWithSlnKo, string message)

Parameters

foldersWithSlnKo List<string>

List of items to output.

message string

Header message for the list.