Table of Contents

Class NSEnumerator

Namespace
CarinaStudio.MacOS.ObjectiveC
Assembly
CarinaStudio.AppBase.MacOS.dll

NSEnumerator.

public class NSEnumerator : NSObject, IDisposable, IEquatable<NSObject>
Inheritance
NSEnumerator
Implements
Inherited Members
Extension Methods

Properties

AllObjects

Get array of enumerated objects.

public NSArray<NSObject> AllObjects { get; }

Property Value

NSArray<NSObject>

Methods

NextObject()

Get next object from collection.

public NSObject? NextObject()

Returns

NSObject

Object from collection, or Null if no more object to enumerate.