Click or drag to resize

IntersectionOfRowSelections(IXmlDeserializationInfo, ListIRowSelection) Constructor

Initializes a new instance of the IntersectionOfRowSelections 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 IntersectionOfRowSelections(
	IXmlDeserializationInfo info,
	List<IRowSelection> list
)

Parameters

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