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