Click or drag to resize

AddInManifestReadManifestSection Method

[Missing <summary> documentation for "M:Altaxo.AddInItems.AddInManifest.ReadManifestSection(System.Xml.XmlReader,System.String)"]


Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void ReadManifestSection(
	XmlReader reader,
	string? hintPath
)

Parameters

reader  XmlReader

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

hintPath  String

[Missing <param name="hintPath"/> documentation for "M:Altaxo.AddInItems.AddInManifest.ReadManifestSection(System.Xml.XmlReader,System.String)"]

See Also