Click or drag to resize

ExcludeUnionOfRowSelections(IXmlDeserializationInfo, ListIRowSelection) Constructor

Initializes a new instance of the ExcludeUnionOfRowSelections class for deserialization purposes.

Namespace: Altaxo.Data.Selections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected ExcludeUnionOfRowSelections(
	IXmlDeserializationInfo info,
	List<IRowSelection> list
)

Parameters

info  IXmlDeserializationInfo
The deserialization information.
list  ListIRowSelection
The list of row selections (is directly used).
See Also