MonobjcMonobjc Documented Class Library
RemoveChildAtIndex Method (nodeIndex)
NamespacesMonobjc.FoundationNSXMLElementRemoveChildAtIndex(NSUInteger)

Removes the child node of the receiver identified by a given index.

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

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveChildAtIndex(
	NSUInteger nodeIndex
)
Public Overridable Sub RemoveChildAtIndex ( _
	nodeIndex As NSUInteger _
)
public:
virtual void RemoveChildAtIndex(
	NSUInteger nodeIndex
)
Parameters
nodeIndex (NSUInteger)
An integer identifying the node in the receiver's list of children to remove. 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)