ConfigureFileHelper.LoadConfig<T> method
小于 1 分钟
ConfigureFileHelper.LoadConfig<T> method
加载配置文件
public static T LoadConfig<T>(string path)| parameter | description |
|---|---|
| T | 配置文件类型 |
| path | 配置文件路径 |
Return Value
配置文件对象
See Also
- class ConfigureFileHelper
- namespace neo_bpsys_wpf.Core.Helpers
