TimeIntervalCollection.AddData<T> Method |
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic TimeIntervalCollection<T> AddData<T>(
T data
)
Public Function AddData(Of T) (
data As T
) As TimeIntervalCollection(Of T)
public:
generic<typename T>
TimeIntervalCollection<T>^ AddData(
T data
)
member AddData :
data : 'T -> TimeIntervalCollection<'T>
Parameters
- data
- Type: T
The value of the Data property for all intervals in the new collection.
Type Parameters
- T
- The type of the data.
Return Value
Type:
TimeIntervalCollection<T>A collection equivalent to this one, with data.
See Also