Click or drag to resize
AjaxUtilParseT Method (IListT, ListString)
对象解析为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,
	List<string> banKeys
)

Parameters

list
Type: System.Collections.GenericIListT

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

banKeys
Type: System.Collections.GenericListString

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

Type Parameters

T

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

Return Value

Type: String

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

See Also