XmlHelperExt Constructor (String)

HD.Common

XmlHelperExt Constructor (String) Helper帮助文档
构造函数

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

public XmlHelperExt(
	string strPath
)
Public Sub New ( 
	strPath As String
)
public:
XmlHelperExt(
	String^ strPath
)
new : 
        strPath : string -> XmlHelperExt

Parameters

strPath
Type: SystemString
xml文件路径
See Also

Reference