다음을 통해 공유


ArrayBuilderSegment<T> 구조체

정의

Microsoft.AspNetCore.Components.RenderTree의 형식은 Blazor 프레임워크 외부에서 사용하지 않는 것이 좋습니다. 이러한 형식은 향후 릴리스에서 변경될 예정입니다.

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()

Microsoft.AspNetCore.Components.RenderTree의 형식은 Blazor 프레임워크 외부에서 사용하지 않는 것이 좋습니다. 이러한 형식은 향후 릴리스에서 변경될 예정입니다.

IEnumerable<T>.GetEnumerator()

Microsoft.AspNetCore.Components.RenderTree의 형식은 Blazor 프레임워크 외부에서 사용하지 않는 것이 좋습니다. 이러한 형식은 향후 릴리스에서 변경될 예정입니다.

적용 대상