C# Class Monobjc.Foundation.NSFastEnumerationState

Mostra file Open project: Monobjc/monobjc

Public Properties

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

Property Details

itemsPtr public_oe property

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

mutationsPtr public_oe property

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

state public_oe 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