DotNext by .NET Foundation and Contributors

<PackageReference Include="DotNext" Version="5.14.0" />

.NET API 527,816 bytes

 BufferConsumer<T>

Represents implementation of IReadOnlySpanConsumer<T> in the form of the writer to IBufferWriter<T>.
using System.Resources; using System.Runtime.CompilerServices; using System.Resources; using System.Runtime.CompilerServices; namespace DotNext.Resources { public static class ResourceManagerExtensions { [NullableContext(1)] public static ResourceEntry Get(this ResourceManager manager, [CallerMemberName] string name = "") { return new ResourceEntry(manager, name); } } }