Table of Contents

Class TextOutputGeneratorDictionary

Namespace
SunamoDictionary
Assembly
SunamoDictionary.dll

Text output generator for dictionary operations. This is a placeholder class for generating formatted text output from dictionary data.

public class TextOutputGeneratorDictionary
Inheritance
TextOutputGeneratorDictionary
Inherited Members
Extension Methods

Methods

AppendLine(object)

Appends a line with the specified value to the output.

public void AppendLine(object value)

Parameters

value object

The value to append.

Exceptions

NotImplementedException

This method is not yet implemented.

Header(string)

Adds a header with the specified key to the output.

public void Header(string value)

Parameters

value string

The header key.

Exceptions

NotImplementedException

This method is not yet implemented.