Construtor
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax public Range(
uint start,
uint length
)
Parameters
- start
- Type: SystemUInt32
The start of the range - length
- Type: SystemUInt32
The length of the range
See Also