Progression. and Drawing Catalog

This commit is contained in:
Savya Bikram Shah
2026-05-27 18:56:17 +05:45
parent 340c24cbfb
commit 93950e8bc6
236 changed files with 41978 additions and 60 deletions

21
Packages/System.Buffers.4.6.1/PACKAGE.md vendored Executable file
View File

@@ -0,0 +1,21 @@
## About
Provides resource pooling of any type for performance-critical applications that allocate and deallocate objects frequently.
## Main Types
The main types provided by this library are:
- System.Buffers.ArrayPool<T>
## Additional Documentation
- API reference can be found in: https://learn.microsoft.com/en-us/dotnet/api/system.buffers
## Related Packages
ArrayPool is shipped as part of the shared framework starting with .NET Core 3.1.
## License
System.Buffers is released as open source under the [MIT license](https://licenses.nuget.org/MIT).