How to: How can I reliably determine the type of a variable that is declared using var at design time?
How to: How can I reliably determine the type of a variable that is declared using var at design time?
How can I reliably determine the type of a variable that is declared using var at design time?
I’m working on a completion (intellisense) facility for C# in emacs.
The idea is, if a user types a fragment, then asks for completion via a particular keystroke combination, the completion facility will use .NET reflection to determine the possible completions.
Doing this requires that the type of the…
View On WordPress














