ConfigSerializer.

Write(Config, TextWriter, string) Method

Syntax

public static void Write(Config config, TextWriter writer, string newLine)

Parameters

Name Type Description
config Config
writer TextWriter
newLine string

Return Value

Type Description
void
GitHub