Tagged Questions
The typedreference tag has no wiki summary.
50
votes
2answers
1k views
Why is TypedReference behind the scenes? It's so fast and safe… almost magical!
Warning: This question is a bit heretical... religious programmers always abiding by good practices, please don't read it. :)
Does anyone know why the use of TypedReference is so discouraged ...
6
votes
1answer
410 views
Practical uses of TypedReference
Are there any practical uses of the TypedReference struct that you would actually use in real code?
EDIT: The .Net framework uses them in overloads of Console.WriteLine and String.Concat which build ...