ArrayRange<T> Struct
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.
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
C#
public readonly struct ArrayRange<T>
type ArrayRange<'T> = struct
Public Structure ArrayRange(Of T)
- T
- Inheritance
-
ArrayRange<T>
Array |
Constructs an instance of ArrayRange<T>. |
Array |
Gets the underlying array instance. |
Count |
Gets the number of items in the array that are considered to be in use. |
Clone() |
Creates a shallow clone of the instance. |
Product | Versions |
---|---|
ASP.NET Core | 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |