Click or drag to resize

Range Constructor

Construtor

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
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