INSGrouping<K,T>

Overview

Location


Properties


Key

 

property Key: K read;

 

K Key { get; }

 

var Key: K { get{} }

 

K Key { __get; }

 

ReadOnly Property Key() As K

Required Methods


countByEnumeratingWithState    (declared in INSFastEnumeration<T>)

 

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: