Click or drag to resize

ArraySegmentT Constructor (T)

Constructor, takes the whole array

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

Parameters

array
Type: T
Array.
See Also