CBLDictionaryFragment
@protocol CBLDictionaryFragment <NSObject>
                CBLDictionaryFragment protocol provides subscript access to CBLFragment objects by key.
- 
                  
                  
Subscript access to a CBLFragment object by key.
Declaration
Objective-C
- (nullable CBLFragment *)objectForKeyedSubscript:(nonnull NSString *)key;Parameters
keyThe key.
Return Value
The CBLFragment object.
 
        CBLDictionaryFragment Protocol Reference