[Missing <summary> documentation for "M:VVVV.PluginInterfaces.V2.Graph.Node2ExtensionMethods.ContainsMissingNodes(VVVV.PluginInterfaces.V2.Graph.INode2)"]

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

Syntax

C#
public static bool ContainsMissingNodes(
	this INode2 node
)

Parameters

node
Type: VVVV.PluginInterfaces.V2.Graph..::..INode2

[Missing <param name="node"/> documentation for "M:VVVV.PluginInterfaces.V2.Graph.Node2ExtensionMethods.ContainsMissingNodes(VVVV.PluginInterfaces.V2.Graph.INode2)"]

Return Value

[Missing <returns> documentation for "M:VVVV.PluginInterfaces.V2.Graph.Node2ExtensionMethods.ContainsMissingNodes(VVVV.PluginInterfaces.V2.Graph.INode2)"]

Usage Note

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

See Also