 | IniFileExWriteStructT 方法 |
Sweet 开发框架
写结构
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public void WriteStruct<T>(
string section,
string key,
T value
)
where T : struct, new()
Public Sub WriteStruct(Of T As {Structure, New}) (
section As String,
key As String,
value As T
)
member WriteStruct :
section : string *
key : string *
value : 'T -> unit when 'T : struct, new()
参数
- section
- 类型:SystemString
section - key
- 类型:SystemString
key - value
- 类型:T
value
类型参数
- T
- T
参见