Click or drag to resize
AkJsonListAddChild Method (String)
新建AkJson对象并增加到集合中。

Namespace: Appkit.Web.UI
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public AkJson AddChild(
	string objectType
)

Parameters

objectType
Type: SystemString
对象类型名称。

Return Value

Type: AkJson
新建的AkJson对象。
See Also