C# Class Monobjc.Foundation.NSFastEnumerationState

Show file Open project: Monobjc/monobjc

Public Properties

Property Type Description
itemsPtr System.IntPtr
mutationsPtr System.IntPtr
state uint

Property Details

itemsPtr public property

A C array of objects.
public IntPtr,System itemsPtr
return System.IntPtr

mutationsPtr public property

Arbitrary state information used to detect whether the collection has been mutated.
public IntPtr,System mutationsPtr
return System.IntPtr

state public property

Arbitrary state information used by the iterator. Typically this is set to 0 at the beginning of the iteration.
public uint state
return uint