Click or drag to resize
ConvertHelperListCompartToStringTFirst, TSecond Method (ListKeyValuePairTFirst, TSecond)
将参数列表转换为单项院4000字符串数组

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static string[] ListCompartToString<TFirst, TSecond>(
	List<KeyValuePair<TFirst, TSecond>> list
)

Parameters

list
Type: System.Collections.GenericListKeyValuePairTFirst, TSecond
列表

Type Parameters

TFirst

[Missing <typeparam name="TFirst"/> documentation for "M:Adf.ConvertHelper.ListCompartToString``2(System.Collections.Generic.List{System.Collections.Generic.KeyValuePair{``0,``1}})"]

TSecond

[Missing <typeparam name="TSecond"/> documentation for "M:Adf.ConvertHelper.ListCompartToString``2(System.Collections.Generic.List{System.Collections.Generic.KeyValuePair{``0,``1}})"]

Return Value

Type: String

[Missing <returns> documentation for "M:Adf.ConvertHelper.ListCompartToString``2(System.Collections.Generic.List{System.Collections.Generic.KeyValuePair{``0,``1}})"]

See Also