Interface IFileCfgSource
文件配置源接口,用于标识基于文件的配置源
public interface IFileCfgSource : ICfgSource
- Inherited Members
- Extension Methods
Properties
FilePath
获取文件路径
string FilePath { get; }
文件配置源接口,用于标识基于文件的配置源
public interface IFileCfgSource : ICfgSource
获取文件路径
string FilePath { get; }