CBLMutableArrayFragment

@protocol CBLMutableArrayFragment <CBLArrayFragment>

CBLMutableArrayFragment protocol provides subscript access to CBLMutableFragment objects by index.

  • Subscript access to a CBLMutableFragment object by index.

    Declaration

    Objective-C

    - (nullable CBLMutableFragment *)objectAtIndexedSubscript:(NSUInteger)index;

    Parameters

    index

    The index.

    Return Value

    The CBLMutableFragment object.