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;

    Swift

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

    Parameters

    index

    The index.

    Return Value

    The CBLMutableFragment object.