Skip to content

Latest commit

 

History

History

System.Buffers

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

System.Buffers

Contains types used in creating and managing memory buffers, such as those represented by Span<T> and Memory<T>.

Documentation can be found here: https://learn.microsoft.com/en-us/dotnet/api/system.buffers.

Contribution Bar

See the Help Wanted issues.

Source

../System.Private.CoreLib/src/System/Buffers

Tests

./tests

Deployment

System.Buffers is included in the shared framework. The package does not need to be installed into any project compatible with .NET Standard 2.1; it only needs to be installed when targeting .NET Standard 2.0.