MonobjcMonobjc Documented Class Library
InsertChildrenAtIndex Method (children, index)
NamespacesMonobjc.FoundationNSXMLElementInsertChildrenAtIndex(NSArray, NSUInteger)

Inserts an array of child nodes at a specified location in the receiver’s list of children.

Original signature is '- (void)insertChildren:(NSArray *)children atIndex:(NSUInteger)index'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void InsertChildrenAtIndex(
	NSArray children,
	NSUInteger index
)
Public Overridable Sub InsertChildrenAtIndex ( _
	children As NSArray, _
	index As NSUInteger _
)
public:
virtual void InsertChildrenAtIndex(
	NSArray^ children, 
	NSUInteger index
)
Parameters
children (NSArray)
An array of XML node objects to add as children of the receiver.
index (NSUInteger)
An integer identifying a position in the receiver's list of children. An exception is raised if index is out of bounds.
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)