TimeIntervalCollection<T>.Empty Property |
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
TimeIntervalCollection<T>
See Also