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

    key

    The key.

    Return Value

    The CBLMutableFragment object.