 | IniBaseDeleteKey 方法 |
Sweet 开发框架
删除某个Section下的键
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public void DeleteKey(
string section,
string key
)
Public Sub DeleteKey (
section As String,
key As String
)
member DeleteKey :
section : string *
key : string -> unit
参数
- section
- 类型:SystemString
section - key
- 类型:SystemString
key
参见