解析为键名称及值集合
Namespace: Appkit.CommonAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static int Parse(
string style,
out List<string> keys,
out List<string> values
)
Parameters
- style
- Type: SystemString
- keys
- Type: System.Collections.GenericListString
- values
- Type: System.Collections.GenericListString
Return Value
Type:
Int32集合的数目
See Also