XmlHelperExt.Delete Method (String, String)

HD.Common

XmlHelperExtDelete Method (String, String) Helper帮助文档
删除节点值

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

public static void Delete(
	string path,
	string node
)
Public Shared Sub Delete ( 
	path As String,
	node As String
)
public:
static void Delete(
	String^ path, 
	String^ node
)
static member Delete : 
        path : string * 
        node : string -> unit 

Parameters

path
Type: SystemString
路径
node
Type: SystemString
节点
See Also

Reference