MonobjcMonobjc Documented Class Library
SetChildren Method (children)
NamespacesMonobjc.FoundationNSXMLDocumentSetChildren(NSArray)

Sets the child nodes of the receiver.

Original signature is '- (void)setChildren:(NSArray *)children'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetChildren(
	NSArray children
)
Public Overridable Sub SetChildren ( _
	children As NSArray _
)
public:
virtual void SetChildren(
	NSArray^ children
)
Parameters
children (NSArray)
An array of NSXMLNode objects. Each of these objects must represent comments, processing instructions, or the root element; otherwise, an exception is raised. Pass in nil to remove all children.
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)