CSharpGeneratorSettingsExtensions.

AddNamespace(CSharpGeneratorSettings, string) Method

Summary

Adds an additional namespace usage

Syntax

public static CSharpGeneratorSettings AddNamespace(this CSharpGeneratorSettings settings, string ns)

Parameters

Name Type Description
settings CSharpGeneratorSettings The settings
ns string The namespace to add

Return Value

Type Description
CSharpGeneratorSettings The updated settings object