MonobjcMonobjc Documented Class Library
ChildAtIndex Method (index)
NamespacesMonobjc.FoundationNSXMLNodeChildAtIndex(NSUInteger)

Returns the child node of the receiver at the specified location.

Original signature is '- (NSXMLNode *)childAtIndex:(NSUInteger)index'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSXMLNode ChildAtIndex(
	NSUInteger index
)
Public Overridable Function ChildAtIndex ( _
	index As NSUInteger _
) As NSXMLNode
public:
virtual NSXMLNode^ ChildAtIndex(
	NSUInteger index
)
Parameters
index (NSUInteger)
An integer specifying a node position in the receiver's array of children. If index is out of bounds, an exception is raised.
Return Value
An NSXMLNode object or nil f the receiver has no 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)