ArrayBuilderSegment<T> 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
不建议在 Blazor 框架之外使用 Microsoft.AspNetCore.Components.RenderTree 中的类型。 这些类型将在将来的版本中更改。
generic <typename T>
public value class ArrayBuilderSegment : System::Collections::Generic::IEnumerable<T>
public readonly struct ArrayBuilderSegment<T> : System.Collections.Generic.IEnumerable<T>
type ArrayBuilderSegment<'T> = struct
interface seq<'T>
interface IEnumerable
Public Structure ArrayBuilderSegment(Of T)
Implements IEnumerable(Of T)
类型参数
- T
数组中元素的类型
- 继承
-
ArrayBuilderSegment<T>
- 实现
属性
Array |
获取包含段元素的当前基础数组。 |
Count |
获取段中的项数。 |
Item[Int32] |
从段获取指定项。 |
Offset |
获取包含段元素的基础数组的偏移量。 |
显式接口实现
IEnumerable.GetEnumerator() |
不建议在 Blazor 框架之外使用 Microsoft.AspNetCore.Components.RenderTree 中的类型。 这些类型将在将来的版本中更改。 |
IEnumerable<T>.GetEnumerator() |
不建议在 Blazor 框架之外使用 Microsoft.AspNetCore.Components.RenderTree 中的类型。 这些类型将在将来的版本中更改。 |