Click or drag to resize

ArraySegmentT Structure

A class that encapsulates a portion of an array

Namespace:  Couchbase.Lite.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
[SerializableAttribute]
public struct ArraySegment<T> : IList<T>, 
	ICollection<T>, IEnumerable<T>, IEnumerable, IEquatable<ArraySegment<T>>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Couchbase.Lite.Util.ArraySegment`1"]

The ArraySegmentT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyArray
Gets the original array used to generate this segment
Public propertyCount
Gets the count used to generate this segment
Public propertyOffset
Gets the offset used to generate this segment
Top
Methods
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
See Also