Click or drag to resize

IArrayFragmentItem Property

Gets the value of the given index, or lack thereof, wrapped inside of a Fragment

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
Syntax
C#
Fragment this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The index to check

Return Value

Type: Fragment
The value of the given index, or lack thereof
See Also