MonobjcMonobjc Documented Class Library
Kind Property
NamespacesMonobjc.FoundationNSXMLNodeKind

Returns the kind of node the receiver is as a constant of type Node Kind Constants.

Original signature is '- (NSXMLNodeKind)kind'

Available in Mac OS X v10.4 and later.

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