[Missing <summary> documentation for "M:VVVV.Utils.Streams.StreamUtils.Resize``1(VVVV.Utils.Streams.IIOStream{``0},System.Int32,System.Func{System.Int32,``0},System.Action{``0})"]

Namespace: VVVV.Utils.Streams
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
public static void Resize<T>(
	this IIOStream<T> stream,
	int length,
	Func<int, T> constructor,
	Action<T> destructor
)

Parameters

stream
Type: VVVV.Utils.Streams..::..IIOStream<(Of <(<'T>)>)>

[Missing <param name="stream"/> documentation for "M:VVVV.Utils.Streams.StreamUtils.Resize``1(VVVV.Utils.Streams.IIOStream{``0},System.Int32,System.Func{System.Int32,``0},System.Action{``0})"]

length
Type: System..::..Int32

[Missing <param name="length"/> documentation for "M:VVVV.Utils.Streams.StreamUtils.Resize``1(VVVV.Utils.Streams.IIOStream{``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.Utils.Streams.StreamUtils.Resize``1(VVVV.Utils.Streams.IIOStream{``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.Utils.Streams.StreamUtils.Resize``1(VVVV.Utils.Streams.IIOStream{``0},System.Int32,System.Func{System.Int32,``0},System.Action{``0})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:VVVV.Utils.Streams.StreamUtils.Resize``1(VVVV.Utils.Streams.IIOStream{``0},System.Int32,System.Func{System.Int32,``0},System.Action{``0})"]

Usage Note

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

See Also