[Missing <summary> documentation for "M:VVVV.PluginInterfaces.V2.SpreadExtensions.Resize``1(VVVV.PluginInterfaces.V2.ISpread{``0},System.Int32,System.Func{System.Int32,``0},System.Action{``0})"]
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872
Syntax
C# |
---|
public static void Resize<T>( this ISpread<T> spread, int sliceCount, Func<int, T> constructor, Action<T> destructor ) |
Parameters
- spread
- Type: VVVV.PluginInterfaces.V2..::..ISpread<(Of <(<'T>)>)>
[Missing <param name="spread"/> documentation for "M:VVVV.PluginInterfaces.V2.SpreadExtensions.Resize``1(VVVV.PluginInterfaces.V2.ISpread{``0},System.Int32,System.Func{System.Int32,``0},System.Action{``0})"]
- sliceCount
- Type: System..::..Int32
[Missing <param name="sliceCount"/> documentation for "M:VVVV.PluginInterfaces.V2.SpreadExtensions.Resize``1(VVVV.PluginInterfaces.V2.ISpread{``0},System.Int32,System.Func{System.Int32,``0},System.Action{``0})"]
- constructor
- Type: System..::..Func<(Of <(<'Int32, T>)>)>
[Missing <param name="constructor"/> documentation for "M:VVVV.PluginInterfaces.V2.SpreadExtensions.Resize``1(VVVV.PluginInterfaces.V2.ISpread{``0},System.Int32,System.Func{System.Int32,``0},System.Action{``0})"]
- destructor
- Type: System..::..Action<(Of <(<'T>)>)>
[Missing <param name="destructor"/> documentation for "M:VVVV.PluginInterfaces.V2.SpreadExtensions.Resize``1(VVVV.PluginInterfaces.V2.ISpread{``0},System.Int32,System.Func{System.Int32,``0},System.Action{``0})"]
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:VVVV.PluginInterfaces.V2.SpreadExtensions.Resize``1(VVVV.PluginInterfaces.V2.ISpread{``0},System.Int32,System.Func{System.Int32,``0},System.Action{``0})"]