Click or drag to resize

memberRegistryLoadXML Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Loads C# XML documentation from the file

Namespace:  imbSCI.Core.data.metadata
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void LoadXML(
	XmlDocument source,
	ILogBuilder log = null
)
Request Example View Source

Parameters

source
Type: System.XmlXmlDocument
The source.
log (Optional)
Type: imbSCI.Core.reportingILogBuilder
The log.
See Also