[Missing <summary> documentation for "M:VVVV.PluginInterfaces.V2.IAddonFactory.Delete(VVVV.PluginInterfaces.V2.INodeInfo,VVVV.PluginInterfaces.V2.INode)"]

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

Syntax

C#
bool Delete(
	INodeInfo nodeInfo,
	INode host
)

Parameters

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

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

host
Type: VVVV.PluginInterfaces.V2..::..INode

[Missing <param name="host"/> documentation for "M:VVVV.PluginInterfaces.V2.IAddonFactory.Delete(VVVV.PluginInterfaces.V2.INodeInfo,VVVV.PluginInterfaces.V2.INode)"]

Return Value

[Missing <returns> documentation for "M:VVVV.PluginInterfaces.V2.IAddonFactory.Delete(VVVV.PluginInterfaces.V2.INodeInfo,VVVV.PluginInterfaces.V2.INode)"]

See Also