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

Removes the child node at a particular location in the receiver’s list 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 child node to remove. The indices of subsequent children in the list are decremented by one.
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)