Click or drag to resize

AscendingIntegerCollection(AscendingIntegerCollection) Constructor

Creates a collection cloned from another AscendingIntegerCollection.

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

Parameters

from  AscendingIntegerCollection
The source collection to clone from.
See Also