 | IniFileExGetSectionValues 方法 |
Sweet 开发框架
读取指定的Section的所有Value到列表中
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public NameValueCollection GetSectionValues(
string section
)
Public Function GetSectionValues (
section As String
) As NameValueCollection
member GetSectionValues :
section : string -> NameValueCollection
参数
- section
- 类型:SystemString
section
返回值
类型:
NameValueCollection[缺少 "M:Sweet.Common.IniFileEx.GetSectionValues(System.String)" 的 <returns> 文档]
参见