Tagged Questions
4
votes
1answer
252 views
Easy way to access private fields/methods/properties using f# interactive
F# interactive is a powerful development tool as it allows to run either WinForm or Wpf window and invoke arbitrary code in there.
This gives a way for a 'try-before-you code' approach.
Very often I ...