Click or drag to resize

RangeT Class

Represents a range of values.
Inheritance Hierarchy
SystemObject
  Couchbase.SearchRangeT

Namespace:  Couchbase.Search
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public sealed class Range<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Couchbase.Search.Range`1"]

The RangeT type exposes the following members.

Constructors
  NameDescription
Public methodRangeT
Initializes a new instance of the RangeT class
Top
Properties
  NameDescription
Public propertyEnd
Gets or sets the end value.
Public propertyName
Gets or sets the name for the range.
Public propertyStart
Gets or sets the start value.
Top
See Also