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

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

Syntax

C#
public static void ResizeAndDispose<T>(
	this IIOStream<T> stream,
	int length
)
where T : new(), IDisposable

Parameters

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

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

length
Type: System..::..Int32

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

Type Parameters

T

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

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