CBLReadOnlyArrayFragment

@protocol CBLReadOnlyArrayFragment <NSObject>

CBLReadOnlyArrayFragment protocol provides subscript access to CBLReadOnlyFragment objects by index.

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

    Declaration

    Objective-C

    - (CBLReadOnlyFragment *)objectAtIndexedSubscript:(NSUInteger)index;

    Parameters

    index