[Missing <summary> documentation for "M:VVVV.Utils.Streams.CyclicStreamReader`1.Read(`0[],System.Int32,System.Int32,System.Int32)"]

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

Syntax

C#
public int Read(
	T[] buffer,
	int index,
	int length,
	int stride
)

Parameters

buffer
Type: array<T>[]()[][]

[Missing <param name="buffer"/> documentation for "M:VVVV.Utils.Streams.CyclicStreamReader`1.Read(`0[],System.Int32,System.Int32,System.Int32)"]

index
Type: System..::..Int32

[Missing <param name="index"/> documentation for "M:VVVV.Utils.Streams.CyclicStreamReader`1.Read(`0[],System.Int32,System.Int32,System.Int32)"]

length
Type: System..::..Int32

[Missing <param name="length"/> documentation for "M:VVVV.Utils.Streams.CyclicStreamReader`1.Read(`0[],System.Int32,System.Int32,System.Int32)"]

stride
Type: System..::..Int32

[Missing <param name="stride"/> documentation for "M:VVVV.Utils.Streams.CyclicStreamReader`1.Read(`0[],System.Int32,System.Int32,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:VVVV.Utils.Streams.CyclicStreamReader`1.Read(`0[],System.Int32,System.Int32,System.Int32)"]

Implements

IStreamReader<(Of <(<'T>)>)>..::..Read(array<T>[]()[][], Int32, Int32, Int32)

See Also