INSFastEnumeration<T>
Overview
Location
- Reference: libToffee.fx
- Namespace: RemObjects.Elements.System
- 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: