The latest versions of ReSharper 2018.2 and Rider 2018.2 come with support for C# 7.3. In this series, we are looking at these new language features in C# 7.3. Today we will look at the fixed pattern and simplified access to fixed size buffer elements.
This post is part of a series:
Declaration expressions in initializers and queries
Tuple equality
Unmanaged, delegate and enum type constraints
Ref local re-assignment
Fixed pattern and simplified access to fixed size buffer elements
C# updates for stackalloc
Fixed statement
One of the common themes in C# 7.0 and the followi
Fixed pattern – C# 7.3 in Rider and ReSharper
by