[Missing <summary> documentation for "M:VVVV.PluginInterfaces.V2.IAddonFactory.ParseNodeEntry(System.Xml.XmlReader,VVVV.PluginInterfaces.V2.INodeInfo)"]

Namespace: VVVV.PluginInterfaces.V2
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
void ParseNodeEntry(
	XmlReader xmlReader,
	INodeInfo nodeInfo
)

Parameters

xmlReader
Type: System.Xml..::..XmlReader

[Missing <param name="xmlReader"/> documentation for "M:VVVV.PluginInterfaces.V2.IAddonFactory.ParseNodeEntry(System.Xml.XmlReader,VVVV.PluginInterfaces.V2.INodeInfo)"]

nodeInfo
Type: VVVV.PluginInterfaces.V2..::..INodeInfo

[Missing <param name="nodeInfo"/> documentation for "M:VVVV.PluginInterfaces.V2.IAddonFactory.ParseNodeEntry(System.Xml.XmlReader,VVVV.PluginInterfaces.V2.INodeInfo)"]

See Also