 | ConfigHelperInitIdentsTConfig 方法 |
Sweet 开发框架
初始化属性
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static ConcurrentDictionary<string, Ident> InitIdents<TConfig>(
TConfig config
)
Public Shared Function InitIdents(Of TConfig) (
config As TConfig
) As ConcurrentDictionary(Of String, Ident)
static member InitIdents :
config : 'TConfig -> ConcurrentDictionary<string, Ident>
参数
- config
- 类型:TConfig
配置类
类型参数
- TConfig
- 类型
返回值
类型:
ConcurrentDictionaryString,
Ident节点
异常
参见