[Missing <summary> documentation for "M:VVVV.PluginInterfaces.V2.NodeInfoExtensionMethods.UpdateFromNodeInfo(VVVV.PluginInterfaces.V2.INodeInfo,VVVV.PluginInterfaces.V2.INodeInfo)"]

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

Syntax

C#
public static void UpdateFromNodeInfo(
	this INodeInfo nodeInfo,
	INodeInfo otherNodeInfo
)

Parameters

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

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

otherNodeInfo
Type: VVVV.PluginInterfaces.V2..::..INodeInfo

[Missing <param name="otherNodeInfo"/> documentation for "M:VVVV.PluginInterfaces.V2.NodeInfoExtensionMethods.UpdateFromNodeInfo(VVVV.PluginInterfaces.V2.INodeInfo,VVVV.PluginInterfaces.V2.INodeInfo)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type INodeInfo. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also