Can the sequence .( ever appear in C# or VB.Net code?
(Not in a string, comment, or XML literal, EDIT: or preprocessor directive)
I’m reasonably certain that the answer is no, but I’d like to make sure.
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 only places that
.appears in the grammar are:(The … means I have elided the remainder of the production rule.) In none of these cases is a
.(valid as.is either followed by digits, a valid identifier, or the keywordthis.