C# 클래스 Monobjc.Foundation.NSFastEnumerationState

파일 보기 프로젝트 열기: Monobjc/monobjc

공개 프로퍼티들

프로퍼티 타입 설명
itemsPtr System.IntPtr
mutationsPtr System.IntPtr
state uint

프로퍼티 상세

itemsPtr 공개적으로 프로퍼티

A C array of objects.
public IntPtr,System itemsPtr
리턴 System.IntPtr

mutationsPtr 공개적으로 프로퍼티

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

state 공개적으로 프로퍼티

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