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
key
The key.
Return Value
The CBLFragment object.