Click or drag to resize

AscendingIntegerCollection(IAscendingIntegerCollection) Constructor

Creates the collection copied from another IAscendingIntegerCollection.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public AscendingIntegerCollection(
	IAscendingIntegerCollection from
)

Parameters

from  IAscendingIntegerCollection
The source collection to copy from.
See Also