MonobjcMonobjc Documented Class Library
Current Property
NamespacesMonobjc.FoundationNSEnumeratorCurrent
Gets the element in the collection at the current position of the enumerator.
Declaration Syntax
C#Visual BasicVisual C++
public Id Current { get; }
Public ReadOnly Property Current As Id
	Get
public:
virtual property Id^ Current {
	Id^ get () sealed;
}
Value
Return Value
The element in the collection at the current position of the enumerator.
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)