Table of Contents

Class IntConfigVariable<TConfig>

Namespace
Ceres.Configs
Assembly
Ceres.dll

Integer console variable

public class IntConfigVariable<TConfig> : ConfigVariable<TConfig, int> where TConfig : Config<TConfig>, new()

Type Parameters

TConfig

Config type

Inheritance
IntConfigVariable<TConfig>
Inherited Members

Constructors

IntConfigVariable(string, MemberAccessor)

public IntConfigVariable(string name, MemberAccessor memberAccessor)

Parameters

name string
memberAccessor MemberAccessor