Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
The following table describes lexical tokens that you can use in template expressions and restrictions on these tokens’ usage comparing with C# Language Specification 5.0.
Token | Restrictions |
---|---|
Keyword | Only the following tokens are reserved as keywords: true , false , null , new , and in . |
Identifier | - The feature of keyword escaping through the “@” character is not supported. - Unicode character escapes are not permitted in identifiers. |
Literal | - 32-bit Unicode character escapes are not supported. - Unsigned integer and decimal literals are not permitted. |
Operator | See “Using Operators.” |
You can use the following identifiers that are not preceded by a member access operator in template expressions:
The feature of the omitting of an object identifier while accessing the object’s members is also known as the contextual object member access. See “Using Contextual Object Member Access” for more information.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.