ArrayRange<T>(T[], Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.