We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 393571f commit e694145Copy full SHA for e694145
4 files changed
Shared/Globals.cs
@@ -11,6 +11,7 @@ public static class FormatterNames {
11
public const string CSharp = "C#";
12
public const string VisualBasic = "Visual Basic";
13
public const string FactoryMethods = "Factory methods";
14
+ public const string ObjectNotation = "Object notation";
15
}
16
17
public static class Globals {
0 commit comments