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
NopeValue
The "Nope" placeholder value.
public const string NopeValue = "Nope"
Field Value
SingleCommentCsharp
C# single-line comment prefix.
public const string SingleCommentCsharp = "//"
Field Value
XmlDocumentationCsharp
C# XML documentation comment prefix.
public const string XmlDocumentationCsharp = "///"