Instance Method
object(at:)objectAtIndex:objectAtIndex_
Declaration
func object(at idx: UInt) -> Any?Declaration
- (id) objectAtIndex:(NSUInteger) idx;Declaration
objectAtIndex_(idx: int) -> objectInstance Method
func object(at idx: UInt) -> Any?- (id) objectAtIndex:(NSUInteger) idx;objectAtIndex_(idx: int) -> object