 | ConfigHelperLoadConfigValueTConfig 方法 |
Sweet 开发框架
读取对象数值
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static void LoadConfigValue<TConfig>(
TConfig config,
ConcurrentDictionary<string, Ident> idents
)
Public Shared Sub LoadConfigValue(Of TConfig) (
config As TConfig,
idents As ConcurrentDictionary(Of String, Ident)
)
static member LoadConfigValue :
config : 'TConfig *
idents : ConcurrentDictionary<string, Ident> -> unit
参数
- config
- 类型:TConfig
配置文件 - idents
- 类型:System.Collections.ConcurrentConcurrentDictionaryString, Ident
节点
类型参数
- TConfig
- 类型
异常
参见