Initializes a new instance of the ReverseStream<(Of <(<'T>)>)> class

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

Syntax

C#
public ReverseStream(
	IInStream<T> source
)

Parameters

source
Type: VVVV.Utils.Streams..::..IInStream<(Of <(<'T>)>)>

[Missing <param name="source"/> documentation for "M:VVVV.Utils.Streams.ReverseStream`1.#ctor(VVVV.Utils.Streams.IInStream{`0})"]

See Also