Table of Contents

Interface IFileCfgSource

Namespace
Apq.Cfg.Sources
Assembly
Apq.Cfg.dll

文件配置源接口,用于标识基于文件的配置源

public interface IFileCfgSource : ICfgSource
Inherited Members
Extension Methods

Properties

FilePath

获取文件路径

string FilePath { get; }

Property Value

string