Share via


ArrayRange<T>(T[], Int32) Constructor

Definition

Constructs an instance of ArrayRange<T>.

public:
 ArrayRange(cli::array <T> ^ array, int count);
public ArrayRange (T[] array, int count);
new Microsoft.AspNetCore.Components.RenderTree.ArrayRange<'T> : 'T[] * int -> Microsoft.AspNetCore.Components.RenderTree.ArrayRange<'T>
Public Sub New (array As T(), count As Integer)

Parameters

array
T[]

The array.

count
Int32

The number of items in the array that are in use.

Applies to