Tagged Questions
6
votes
1answer
427 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 ...