다음을 통해 공유


PooledSpan<T> 구조체

정의

이를 통해 scope 사용하여 핫 경로의 할당을 줄이는 데 사용할 수 있는 풀링된 배열의 요청을 허용합니다.

[System.Runtime.CompilerServices.IsByRefLike]
public ref struct PooledSpan<T>
[<System.Runtime.CompilerServices.IsByRefLike>]
type PooledSpan<'T> = struct
Public Structure PooledSpan(Of T)

형식 매개 변수

T

만들 배열의 형식입니다.

상속
PooledSpan<T>
특성

생성자

PooledSpan<T>(IEnumerable<T>, Boolean, ArrayPool<T>)

제공된 에서 요소를 복사하는 풀된 배열 요청 IEnumerable<T>

PooledSpan<T>(Int32, Boolean, ArrayPool<T>)

지정된 크기의 풀된 배열을 요청합니다.

속성

Pool

배열을 요청할 풀입니다.

Span

Span<T> 풀링된 instance 나타내는 입니다.

메서드

Dispose()

풀에 배열을 반환합니다.

GetEnumerator()

풀된 instance 대한 열거자입니다.

적용 대상