Table of Contents

Class CodeElementsConstants

Namespace
SunamoValues.Constants
Assembly
SunamoValues.dll

Constants related to code elements and syntax.

public class CodeElementsConstants
Inheritance
CodeElementsConstants
Inherited Members
Extension Methods

Fields

NoneValue

The "None" placeholder value.

public const string NoneValue = "None"

Field Value

string

NopeValue

The "Nope" placeholder value.

public const string NopeValue = "Nope"

Field Value

string

SingleCommentCsharp

C# single-line comment prefix.

public const string SingleCommentCsharp = "//"

Field Value

string

XmlDocumentationCsharp

C# XML documentation comment prefix.

public const string XmlDocumentationCsharp = "///"

Field Value

string