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.

generic <typename T>
public value class ArrayRange
public readonly struct ArrayRange<T>
type ArrayRange<'T> = struct
Public Structure ArrayRange(Of 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