TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
hanna Meyetr
NA
12
1.4k
public sealed class ArrayBufferWriter<T>
Jan 25 2021 7:38 PM
Hi,
i want to use
public sealed class ArrayBufferWriter<T> : System.Buffers.IBufferWriter<T>
https://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
Reply
Answers (
3
)
What is REST API and where can I learn about it?
SqlCommandBuilder not updating record in database