Enum GlobalConfigBaseType
- Namespace
- Dassie.Configuration.Global
- Assembly
- dc.dll
Represents the base type of a global configuration property.
public enum GlobalConfigBaseType
- Extension Methods
Fields
Boolean = 0A boolean value.
Integer = 2An integral value.
Real = 3A real number.
String = 1A string value.