Reads one item from the stream and advances the position within the stream stride many times.

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

Syntax

C#
T Read(
	int stride
)

Parameters

stride
Type: System..::..Int32
The stride by which to advance the position.

Return Value

The item at the current position.

See Also