C# Sample:
XNamespace aw = "http://www.adventure-works.com";
How does F # I write?
I try that:
let ns : XNamespace = "URI ADDRESS";;
F# Say Error
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.
F# doesn’t have implicit operators, so:
If you use this a lot, you might want to put it in a function or operator to hide the ugliness a bit, e.g: