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