Click or drag to resize

ArraySegmentTArray Property

Gets the original array used to generate this segment

Namespace:  Couchbase.Lite.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public T[] Array { get; }

Property Value

Type: T
See Also