Hi,
i want to use
public sealed class ArrayBufferWriterhttps://docs.microsoft.com/en-us/dotnet/api/system.buffers.arraybufferwriter-1?view=net-5.0
Compiler in VisualStudio gives me error CS0122
CS0122 Access to "ArrayBufferWriter " is not possible due to the degree of protection.
var outputBuffer = new ArrayBufferWriter< byte >();
Does anybody knows how to solve this error?
Thanks in advance
Sachin SinghPosted Jan 26, 2021, 6:35 AM
Rajanikant HawaldarPosted Jan 26, 2021, 1:47 PM