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
fromlongThe start of the range
tolongThe end of the range
fromToUseFromToUseCollectionsGenericThe type of date/time representation to use
Fields
Empty
Gets an empty FromTo instance
public static readonly FromToCollectionsGenericShared Empty