2

Where can I read the documentation for the types in the LINQPad namespace? I tried pressing F1 for help, but nothing happened.

Cœur
  • 37,241
  • 25
  • 195
  • 267
Colonel Panic
  • 132,665
  • 89
  • 401
  • 465

1 Answers1

4

The most important type is LINQPad.Util, which is explained here.

Also, LINQPad.PanelManager is useful for displaying WPF & Windows Forms controls (it gives you more flexiblity than you get just by dumping the control). See Help | What's New for an explanation on how this works.

Some of the other types exist for extensibility.

Community
  • 1
  • 1
Joe Albahari
  • 30,118
  • 7
  • 80
  • 91