[Missing <summary> documentation for "M:VVVV.PluginInterfaces.V2.SpreadExtensions.ResizeAndDismiss``1(VVVV.PluginInterfaces.V2.ISpread{``0},System.Int32,System.Func{``0})"]

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

Syntax

C#
public static void ResizeAndDismiss<T>(
	this ISpread<T> spread,
	int sliceCount,
	Func<T> constructor
)

Parameters

spread
Type: VVVV.PluginInterfaces.V2..::..ISpread<(Of <(<'T>)>)>

[Missing <param name="spread"/> documentation for "M:VVVV.PluginInterfaces.V2.SpreadExtensions.ResizeAndDismiss``1(VVVV.PluginInterfaces.V2.ISpread{``0},System.Int32,System.Func{``0})"]

sliceCount
Type: System..::..Int32

[Missing <param name="sliceCount"/> documentation for "M:VVVV.PluginInterfaces.V2.SpreadExtensions.ResizeAndDismiss``1(VVVV.PluginInterfaces.V2.ISpread{``0},System.Int32,System.Func{``0})"]

constructor
Type: System..::..Func<(Of <(<'T>)>)>

[Missing <param name="constructor"/> documentation for "M:VVVV.PluginInterfaces.V2.SpreadExtensions.ResizeAndDismiss``1(VVVV.PluginInterfaces.V2.ISpread{``0},System.Int32,System.Func{``0})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:VVVV.PluginInterfaces.V2.SpreadExtensions.ResizeAndDismiss``1(VVVV.PluginInterfaces.V2.ISpread{``0},System.Int32,System.Func{``0})"]

Usage Note

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

See Also