Table of Contents

Class ConfigPathAttribute

Namespace
Ceres.Configs
Assembly
Ceres.dll

Assign config path to parent config file

[AttributeUsage(AttributeTargets.Class, Inherited = false)]
public sealed class ConfigPathAttribute : Attribute
Inheritance
ConfigPathAttribute
Inherited Members

Constructors

ConfigPathAttribute(string)

public ConfigPathAttribute(string path)

Parameters

path string

Properties

Path

public string Path { get; }

Property Value

string