MonobjcMonobjc Documented Class Library
RemoveChildAtIndex Method (index)
NamespacesMonobjc.FoundationNSXMLDocumentRemoveChildAtIndex(NSUInteger)

Removes the child node of the receiver located at a specified position in its array of children.

Original signature is '- (void)removeChildAtIndex:(NSUInteger)index'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveChildAtIndex(
	NSUInteger index
)
Public Overridable Sub RemoveChildAtIndex ( _
	index As NSUInteger _
)
public:
virtual void RemoveChildAtIndex(
	NSUInteger index
)
Parameters
index (NSUInteger)
An integer identifying the position of an child in the receiver's array. If index is less than zero or greater than the number of children minus one, an out-of-bounds exception is raised.
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)