Reputation: 137594
Where can I read the documentation for the types in the LINQPad
namespace? I tried pressing F1 for help, but nothing happened.
Upvotes: 2
Views: 792
Reputation: 30934
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.
Upvotes: 4