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
fromlongThe start value.
tolongThe end value.
fromToUseFromToUseCollectionsThe format to use for the values.
Fields
Empty
An empty range instance.
public static FromToCollections Empty