TimeIntervalCollectionTEmpty Property |
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static TimeIntervalCollection<T> Empty { get; }
Public Shared ReadOnly Property Empty As TimeIntervalCollection(Of T)
Get
public:
static property TimeIntervalCollection<T>^ Empty {
TimeIntervalCollection<T>^ get ();
}
static member Empty : TimeIntervalCollection<'T> with get
Property Value
Type:
TimeIntervalCollectionTSee Also