Table of Contents

Class CSharpTemplates

Namespace
SunamoDevCode
Assembly
SunamoDevCode.dll

More code is in Boilerplate

public class CSharpTemplates
Inheritance
CSharpTemplates
Inherited Members
Extension Methods

Fields

constant

Format string template for generating a public const string declaration where the name equals the value.

public const string constant = "public const string {0} = \"{0}\";"

Field Value

string