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;

    Swift

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

    Parameters

    key

    The key.

    Return Value

    The CBLFragment object.