Where can I read the documentation for the types in the LINQPad namespace? I tried pressing F1 for help, but nothing happened.
Where can I read the documentation for the types in the LINQPad namespace? I
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The most important type is
LINQPad.Util, which is explained here.Also,
LINQPad.PanelManageris 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.