CBLReadOnlyDictionaryFragment

@protocol CBLReadOnlyDictionaryFragment <NSObject>

CBLReadOnlyDictionaryFragment protocol provides subscript access to CBLReadOnlyFragment objects by key.

  • Subscript access to a CBLReadOnlyFragment object by key.

    Declaration

    Objective-C

    - (CBLReadOnlyFragment *)objectForKeyedSubscript:(NSString *)key;

    Parameters

    key

    The key.

    Return Value

    The CBLReadOnlyFragment object.