Table of Contents

Class FromToCollectionsGenericShared

Namespace
SunamoCollectionsGeneric._public.SunamoData.Data
Assembly
SunamoCollectionsGeneric.dll

Represents a from-to range using long values

public class FromToCollectionsGenericShared : FromToTSHCollectionsGenericShared<long>
Inheritance
FromToCollectionsGenericShared
Inherited Members
Extension Methods

Constructors

FromToCollectionsGenericShared()

Initializes a new instance of the FromToCollectionsGenericShared class

public FromToCollectionsGenericShared()

FromToCollectionsGenericShared(long, long, FromToUseCollectionsGeneric)

Initializes a new instance with the specified range

public FromToCollectionsGenericShared(long from, long to, FromToUseCollectionsGeneric fromToUse = FromToUseCollectionsGeneric.DateTime)

Parameters

from long

The start of the range

to long

The end of the range

fromToUse FromToUseCollectionsGeneric

The type of date/time representation to use

Fields

Empty

Gets an empty FromTo instance

public static readonly FromToCollectionsGenericShared Empty

Field Value

FromToCollectionsGenericShared