XmlHelper Constructor

HD.Common

XmlHelper Constructor Helper帮助文档
实例化XmlHelper对象

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public XmlHelper(
	string xmlFilePath
)
Public Sub New ( 
	xmlFilePath As String
)
public:
XmlHelper(
	String^ xmlFilePath
)
new : 
        xmlFilePath : string -> XmlHelper

Parameters

xmlFilePath
Type: SystemString
Xml文件的相对路径
See Also

Reference