MonobjcMonobjc Documented Class Library
NextSibling Property
NamespacesMonobjc.FoundationNSXMLNodeNextSibling

Returns the next NSXMLNode object that is a sibling node to the receiver.

Original signature is '- (NSXMLNode *)nextSibling'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSXMLNode NextSibling { get; }
Public Overridable ReadOnly Property NextSibling As NSXMLNode
	Get
public:
virtual property NSXMLNode^ NextSibling {
	NSXMLNode^ get ();
}
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)