 | IniFileExItem 属性 (String, String) |
Sweet 开发框架 [缺少 "P:Sweet.Common.IniFileEx.Item(System.String,System.String)" 的 <summary> 文档]
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public string this[
string section,
string key
] { get; set; }
Public Default Property Item (
section As String,
key As String
) As String
Get
Set
member Item : string with get, set
参数
- section
- 类型:SystemString
- key
- 类型:SystemString
属性值
类型:
String
参见