Click or drag to resize

TimeIntervalCollection<T> Constructor (TimeIntervalCollection<T>)

Initializes a new interval collection by copying an existing one.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public TimeIntervalCollection(
	TimeIntervalCollection<T> collection
)

Parameters

collection
Type: AGI.Foundation.Time.TimeIntervalCollection<T>
The existing collection to copy.
Remarks
The new collection will not be IsFrozen, even if the original was.
See Also