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
indexThe index.
Return Value
The CBLReadOnlyFragment object.
CBLReadOnlyArrayFragment Protocol Reference