C# 7.3 - Indexing Fixed Fields Without Pinning
Aug 02 2018

Andrea Angella

In C# 7.3, you now can index fixed fields without pinning. Learn how this can simplify your unsafe C# code.