CBLArrayFragment
@protocol CBLArrayFragment <NSObject>
CBLArrayFragment protocol provides subscript access to CBLFragment objects by index.
-
Subscript access to a CBLFragment object by index.
Declaration
Objective-C
- (nullable CBLFragment *)objectAtIndexedSubscript:(NSUInteger)index;
Parameters
index
The index.
Return Value
The CBLFragment object.