MonobjcMonobjc Documented Class Library
AddChild Method (child)
NamespacesMonobjc.FoundationNSXMLDocumentAddChild(NSXMLNode)

Adds a child node after the last of the receiver’s existing children.

Original signature is '- (void)addChild:(NSXMLNode *)child'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void AddChild(
	NSXMLNode child
)
Public Overridable Sub AddChild ( _
	child As NSXMLNode _
)
public:
virtual void AddChild(
	NSXMLNode^ child
)
Parameters
child (NSXMLNode)
The NSXMLNode object to be added.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)