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 中的類型。 這些類型在未來版本中將會變更。 |