Click or drag to resize
AkFileInfoListToXml Method
文件信息集合输出为XML。

Namespace: Appkit.IO
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static string ListToXml(
	List<AkFileInfo> list
)

Parameters

list
Type: System.Collections.GenericListAkFileInfo
文件信息集合。

Return Value

Type: String
XML字符串。
See Also