CBLReadOnlyDictionaryFragment

@protocol CBLReadOnlyDictionaryFragment <NSObject>

CBLReadOnlyDictionaryFragment protocol provides subscript access to CBLReadOnlyFragment objects by key.

  • Subscript access to a CBLReadOnlyFragment object by key. - parameter: key the key. @result the CBLReadOnlyFragment object.

    Declaration

    Objective-C

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

    Parameters

    key