Click or drag to resize

AscendingIntegerCollectionAdd(IAscendingIntegerCollection) Method

Adds all values from another IAscendingIntegerCollection.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Add(
	IAscendingIntegerCollection from
)

Parameters

from  IAscendingIntegerCollection
The source collection.
See Also