PreviousNext

Extensible fixed statement in C# 7.3

by andrea.angella, 2018-11-20T23:20:11.084Z

The extensible fixed statement is a new feature introduced in C# 7.3. Learn how to add support for pinning using the fixed statement on your own types

Read More