Table of Contents

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 = 0

A boolean value.

Integer = 2

An integral value.

Real = 3

A real number.

String = 1

A string value.