ArrayRange<T> Struct
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.
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. |