Foundation.NSString Extension
Location
- Reference: libToffee.fx
- Namespace: RemObjects.Elements.System
- Extends: Foundation.NSString
Properties
Item
Item
property Item[i: Index]: Char read;
Char Item[Index i] { get; }
subscript Item(_ i: Index) -> Char { get{} }
Char Item[Index i] { __get; }
ReadOnly Property Item(i As Index) As Char
Item
property Item[r: Range]: NSString read;
NSString Item[Range r] { get; }
subscript Item(_ r: Range) -> NSString { get{} }
NSString Item[Range r] { __get; }
ReadOnly Property Item(r As Range) As NSString