[Missing <summary> documentation for "M:VVVV.Utils.Streams.StreamUtils.GetRange``1(VVVV.Utils.Streams.IInStream{``0},System.Int32,System.Int32)"]
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871
Syntax
C# |
---|
public static RangeStream<T> GetRange<T>( this IInStream<T> source, int offset, int count ) |
Parameters
- source
- Type: VVVV.Utils.Streams..::..IInStream<(Of <(<'T>)>)>
[Missing <param name="source"/> documentation for "M:VVVV.Utils.Streams.StreamUtils.GetRange``1(VVVV.Utils.Streams.IInStream{``0},System.Int32,System.Int32)"]
- offset
- Type: System..::..Int32
[Missing <param name="offset"/> documentation for "M:VVVV.Utils.Streams.StreamUtils.GetRange``1(VVVV.Utils.Streams.IInStream{``0},System.Int32,System.Int32)"]
- count
- Type: System..::..Int32
[Missing <param name="count"/> documentation for "M:VVVV.Utils.Streams.StreamUtils.GetRange``1(VVVV.Utils.Streams.IInStream{``0},System.Int32,System.Int32)"]
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:VVVV.Utils.Streams.StreamUtils.GetRange``1(VVVV.Utils.Streams.IInStream{``0},System.Int32,System.Int32)"]
Return Value
[Missing <returns> documentation for "M:VVVV.Utils.Streams.StreamUtils.GetRange``1(VVVV.Utils.Streams.IInStream{``0},System.Int32,System.Int32)"]