Click or drag to resize

OrConditionRead Method

[Missing <summary> documentation for "M:Altaxo.AddInItems.OrCondition.Read(System.Xml.XmlReader,Altaxo.AddInItems.AddIn)"]


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

Parameters

reader  XmlReader

[Missing <param name="reader"/> documentation for "M:Altaxo.AddInItems.OrCondition.Read(System.Xml.XmlReader,Altaxo.AddInItems.AddIn)"]

addIn  AddIn

[Missing <param name="addIn"/> documentation for "M:Altaxo.AddInItems.OrCondition.Read(System.Xml.XmlReader,Altaxo.AddInItems.AddIn)"]

Return Value

ICondition

[Missing <returns> documentation for "M:Altaxo.AddInItems.OrCondition.Read(System.Xml.XmlReader,Altaxo.AddInItems.AddIn)"]

See Also