INSFastEnumeration<T>
Overview
Cocoa support interface.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
- Platforms: iOS, iOS Simulator, Mac Catalyst, macOS, tvOS, tvOS Simulator, visionOS, visionOS Simulator, watchOS, watchOS Simulator
- Mapped to: INSFastEnumeration
Required Methods
countByEnumeratingWithState
method countByEnumeratingWithState(aState: ^NSFastEnumerationState) objects(stackbuf: ^T) count(len: NSUInteger): NSUInteger
NSUInteger countByEnumeratingWithState(NSFastEnumerationState* aState) objects(T* stackbuf) count(NSUInteger len)
func countByEnumeratingWithState(_ aState: UnsafeMutablePointer<NSFastEnumerationState>, objects stackbuf: UnsafeMutablePointer<T>, count len: NSUInteger) -> NSUInteger
NSUInteger countByEnumeratingWithState(NSFastEnumerationState* aState) objects(T* stackbuf) count(NSUInteger len)
Function countByEnumeratingWithState(aState As Ptr(Of NSFastEnumerationState)) objects(stackbuf As Ptr(Of T)) count(len As NSUInteger) As NSUInteger
Parameters:
- aState:
- stackbuf:
- len: