MarcNode remove Method MarcQuery Class Library
从父节点(的子节点集合中)将当前节点移走。注意,本操作并不修改当前节点的 Parent 成员,也就是说 Parent 成员依然指向父节点

Namespace: DigitalPlatform.Marc
Assembly: DigitalPlatform.MarcQuery (in DigitalPlatform.MarcQuery.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public MarcNode remove()

Return Value

当前节点
See Also