Couchbase Lite
Objective-C API for iOS and Mac OS
Instance Methods | List of all members
CBLDocument(Subscripts) Category Reference

Instance Methods

(nullable id) - objectForKeyedSubscript:
 Same as objectForKey: More...
 
(void) - setObject:forKeyedSubscript:
 Same as setObject:forKey: More...
 

Method Documentation

- (nullable id) objectForKeyedSubscript: (NSString *)  key

Same as objectForKey:

Extends class CBLDocument.

- (void) setObject: (nullable id)  value
forKeyedSubscript: (NSString *)  key 

Same as setObject:forKey:

Extends class CBLDocument.


The documentation for this category was generated from the following file: