Creates a shallow copy of a range of elements in the source ISpread<(Of <(<'T>)>)>.

Namespace: VVVV.PluginInterfaces.V2
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
public static ISpread<T> GetRange<T>(
	this ISpread<T> spread,
	int index,
	int count
)

Parameters

spread
Type: VVVV.PluginInterfaces.V2..::..ISpread<(Of <(<'T>)>)>
The ISpread<(Of <(<'T>)>)> to get the elements from.
index
Type: System..::..Int32
The zero-based ISpread<(Of <(<'T>)>)> index at which the range starts.
count
Type: System..::..Int32
The number of elements in the range.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:VVVV.PluginInterfaces.V2.SpreadExtensions.GetRange``1(VVVV.PluginInterfaces.V2.ISpread{``0},System.Int32,System.Int32)"]

Return Value

A shallow copy of a range of elements in the source ISpread<(Of <(<'T>)>)>.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ISpread<(Of <(<'T>)>)>. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also