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

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

Parameters

list
Type: System.Collections.GenericListKeyValuePairTFirst, TSecond
列表
itemMaxLength
Type: SystemInt32
列表串单项最大长度

Type Parameters

TFirst

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

TSecond

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

Return Value

Type: String

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

See Also