Sdílet prostřednictvím


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

Definice

Vytvoří instanci .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)

Parametry

array
T[]

Pole

count
Int32

Počet položek v poli, které se používají.

Platí pro