Writes an item to the current position in the stream and
advances the position within the stream stride many times.
Namespace: VVVV.Utils.StreamsAssembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871
Syntax
C# |
---|
void Write( T value, int stride ) |
Parameters
- value
- Type: T
The item to write to the stream.
- stride
- Type: System..::..Int32
The stride by which to advance the position.