Table of Contents

Class StringConfigVariable<TConfig>

Namespace
Ceres.Configs
Assembly
Ceres.dll

String console variable

public class StringConfigVariable<TConfig> : ConfigVariable<TConfig, string> where TConfig : Config<TConfig>, new()

Type Parameters

TConfig

Config type

Inheritance
StringConfigVariable<TConfig>
Inherited Members

Constructors

StringConfigVariable(string, MemberAccessor)

public StringConfigVariable(string name, MemberAccessor memberAccessor)

Parameters

name string
memberAccessor MemberAccessor