[Missing <summary> documentation for "M:VVVV.PluginInterfaces.V2.SpreadExtensions.IsAnyEmpty(VVVV.PluginInterfaces.V2.NonGeneric.ISpread,VVVV.PluginInterfaces.V2.NonGeneric.ISpread[])"]

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

Syntax

C#
public static bool IsAnyEmpty(
	this ISpread spread,
	params ISpread[] spreads
)

Parameters

spread
Type: VVVV.PluginInterfaces.V2.NonGeneric..::..ISpread

[Missing <param name="spread"/> documentation for "M:VVVV.PluginInterfaces.V2.SpreadExtensions.IsAnyEmpty(VVVV.PluginInterfaces.V2.NonGeneric.ISpread,VVVV.PluginInterfaces.V2.NonGeneric.ISpread[])"]

spreads
Type: array<VVVV.PluginInterfaces.V2.NonGeneric..::..ISpread>[]()[][]

[Missing <param name="spreads"/> documentation for "M:VVVV.PluginInterfaces.V2.SpreadExtensions.IsAnyEmpty(VVVV.PluginInterfaces.V2.NonGeneric.ISpread,VVVV.PluginInterfaces.V2.NonGeneric.ISpread[])"]

Return Value

[Missing <returns> documentation for "M:VVVV.PluginInterfaces.V2.SpreadExtensions.IsAnyEmpty(VVVV.PluginInterfaces.V2.NonGeneric.ISpread,VVVV.PluginInterfaces.V2.NonGeneric.ISpread[])"]

Usage Note

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

See Also