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;

    Swift

    subscript(key: Any!) -> Any! { get }

    Parameters

    key

    The key.

    Return Value

    The CBLMutableFragment object.