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