 | IniBaseGetKeys 方法 |
Sweet 开发框架
获取指定的Section名称中的所有Key
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public string[] GetKeys(
string section
)
Public Function GetKeys (
section As String
) As String()
member GetKeys :
section : string -> string[]
参数
- section
- 类型:SystemString
section
返回值
类型:
String结果
参见