Foundation.INSFastEnumeration Extension
Location
-
Reference:
- libElements.fx Toffee
- Elements.fx ToffeeV2
- Namespace: RemObjects.Elements.RTL
- Extends: Foundation.INSFastEnumeration
- Platforms: Toffee, ToffeeV2
Instance Methods
ToArray
func ToArray() -> id...
ToDictionary
func ToDictionary(_ aKeyBlock: IDBlock, _ aValueBlock: IDBlock) -> Dictionary<id, id>
Parameters:
- aKeyBlock:
- aValueBlock:
ToList
ToList<U>
func ToList<U>() -> List<U>