Table of Contents

Class FromToCollections

Namespace
SunamoCollections._public.SunamoData.Data
Assembly
SunamoCollections.dll

Long-based from-to range container.

public class FromToCollections : FromToTSHCollections<long>
Inheritance
FromToCollections
Inherited Members
Extension Methods

Constructors

FromToCollections()

Initializes a new instance with default values.

public FromToCollections()

FromToCollections(long, long, FromToUseCollections)

Initializes a new instance with the specified from and to values.

public FromToCollections(long from, long to, FromToUseCollections fromToUse = FromToUseCollections.DateTime)

Parameters

from long

The start value.

to long

The end value.

fromToUse FromToUseCollections

The format to use for the values.

Fields

Empty

An empty range instance.

public static FromToCollections Empty

Field Value

FromToCollections