0
1
llucycodes42
Constants are defined in code as constants. A constant value is a specific, unchanging value that is used in code.
The CONSTANT_NAME constant value is "value".
Shortcut: const
public const string CONSTANT_NAME = "value";
0
1
llucycodes42
Constants are defined in code as constants. A constant value is a specific, unchanging value that is used in code.
The CONSTANT_NAME constant value is "value".
Shortcut: const
public const string CONSTANT_NAME = "value";