Tag Archives forC# ref locals

C# 7 – reference returns & local references

Introduction In on of the last posts, we talked about some of the big features that came with C# 7. In this post, we will continue on that and we will talk about returning references from functions and storing references inside of local variables. In addition to existing feature where you can pass in the […]

Continue reading