CBLReadOnlyArrayFragment

@protocol CBLReadOnlyArrayFragment <NSObject>

CBLReadOnlyArrayFragment protocol provides subscript access to CBLReadOnlyFragment objects by index.

  • Subscript access to a CBLReadOnlyFragment object by index.

    Declaration

    Objective-C

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

    Parameters

    index

    The index.

    Return Value

    The CBLReadOnlyFragment object.