Click or drag to resize

TimeIntervalCollectionAddDataT Method

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TimeIntervalCollection<T> AddData<T>(
	T data
)

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: TimeIntervalCollectionT
A collection equivalent to this one, with data.
See Also