MonobjcMonobjc Documented Class Library
Level Property
NamespacesMonobjc.FoundationNSDirectoryEnumeratorLevel

Returns the number of levels deep the current object is in the directory hierarchy being enumerated.

Original signature is '- (NSUInteger)level'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSUInteger Level { get; }
Public Overridable ReadOnly Property Level As NSUInteger
	Get
public:
virtual property NSUInteger Level {
	NSUInteger get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)