Click or drag to resize

ArraySegmentT Constructor (T, Int32, Int32)

Default constructor

Namespace:  Couchbase.Lite.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public ArraySegment(
	T[] array,
	int offset,
	int count
)

Parameters

array
Type: T
The array to reference
offset
Type: SystemInt32
The offset to start referencing from.
count
Type: SystemInt32
The number of items to reference after offset.
See Also