ArrayRange<T> Struct

Definition

Types in the Microsoft.AspNetCore.Components.RenderTree are not recommended for use outside of the Blazor framework. These types will change in future release.

C#
public readonly struct ArrayRange<T>

Type Parameters

T
Inheritance
ArrayRange<T>

Constructors

ArrayRange<T>(T[], Int32)

Constructs an instance of ArrayRange<T>.

Fields

Array

Gets the underlying array instance.

Count

Gets the number of items in the array that are considered to be in use.

Methods

Clone()

Creates a shallow clone of the instance.

Applies to

Product Versions
ASP.NET Core 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0