Click or drag to resize
AjaxUtilParseT Method (IListT)
对象解析为JOSN字符串

Namespace: X3Platform.Ajax
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static string Parse<T>(
	IList<T> list
)

Parameters

list
Type: System.Collections.GenericIListT

[Missing <param name="list"/> documentation for "M:X3Platform.Ajax.AjaxUtil.Parse``1(System.Collections.Generic.IList{``0})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:X3Platform.Ajax.AjaxUtil.Parse``1(System.Collections.Generic.IList{``0})"]

Return Value

Type: String

[Missing <returns> documentation for "M:X3Platform.Ajax.AjaxUtil.Parse``1(System.Collections.Generic.IList{``0})"]

See Also