Click or drag to resize

NegatedConditionRead Method

Reads a negated condition from XML.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static ICondition Read(
	XmlReader reader,
	AddIn addIn
)

Parameters

reader  XmlReader
The XML reader positioned on the condition element.
addIn  AddIn
The add-in that owns the condition.

Return Value

ICondition
The parsed condition.
See Also