NSGrouping<K,T>
Overview
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
- Platforms: iOS, iOS Simulator, Mac Catalyst, macOS, tvOS, tvOS Simulator, visionOS, visionOS Simulator, watchOS, watchOS Simulator
- Ancestry: NSObject | NSGrouping<K,T>
Properties
Key virtual
property Key: K read write;
K Key { get; set; }
var Key: K { get{} set{} }
K Key { __get; __set; }
Property Key() As K
Instance Methods
countByEnumeratingWithState
method countByEnumeratingWithState(aState: ^NSFastEnumerationState; stackbuf: ^T; len: NSUInteger): NSUInteger
NSUInteger countByEnumeratingWithState(NSFastEnumerationState* aState, T* stackbuf, NSUInteger len)
func countByEnumeratingWithState(_ aState: UnsafeMutablePointer<NSFastEnumerationState>, _ stackbuf: UnsafeMutablePointer<T>, _ len: NSUInteger) -> NSUInteger
NSUInteger countByEnumeratingWithState(NSFastEnumerationState* aState, T* stackbuf, NSUInteger len)
Function countByEnumeratingWithState(aState As Ptr(Of NSFastEnumerationState), stackbuf As Ptr(Of T), len As NSUInteger) As NSUInteger
Parameters:
- aState:
- stackbuf:
- len: