Click or drag to resize

IntersectionOfRowSelections(IXmlDeserializationInfo, List<IRowSelection>) Constructor

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

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

Parameters

info  IXmlDeserializationInfo
The deserialization information.
list  List<IRowSelection>
The list of row selections (is directly used).
See Also