PooledSpan<T> 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這可讓集區陣列的要求用於使用範圍,以減少經常性路徑中的配置。
[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> 表示集區實例。 |
方法
Dispose() |
將陣列傳回集區。 |
GetEnumerator() |
集區實例的列舉值。 |