System.BufferScope<T> struct BufferScope<T> Allows renting a buffer from ArrayPool<T> with a using statement. Can be used directly as if it were a Span<T>. Documentation Code namespace System { }