Thursday, August 2, 2018

C# 7.3 - Indexing Fixed Fields Without Pinning

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

source https://www.c-sharpcorner.com/article/c-sharp-7-3-indexing-fixed-fields-without-pinning/

No comments:

Post a Comment