Initializes a new instance of the SubArray<(Of <(T>)>) class

Namespace:  Bespoke.Common
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public SubArray(
	T[] original,
	int start,
	int length
)
Visual Basic (Declaration)
Public Sub New ( _
	original As T(), _
	start As Integer, _
	length As Integer _
)
Visual C++
public:
SubArray(
	array<T>^ original, 
	int start, 
	int length
)

Parameters

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

[Missing <param name="original"/> documentation for "M:Bespoke.Common.SubArray`1.#ctor(`0[],System.Int32,System.Int32)"]

start
Type: System..::.Int32

[Missing <param name="start"/> documentation for "M:Bespoke.Common.SubArray`1.#ctor(`0[],System.Int32,System.Int32)"]

length
Type: System..::.Int32

[Missing <param name="length"/> documentation for "M:Bespoke.Common.SubArray`1.#ctor(`0[],System.Int32,System.Int32)"]

See Also