Click or drag to resize
StyleParserParse Method
解析为键名称及值集合

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public 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