For the life of me, I cannot figure out why this line of code:
var literalExpressionSyntax =
Syntax.LiteralExpression(SyntaxKind.CharacterLiteralExpression);
throws an ArgumentOutOfRangeException under Roslyn CTP3.
|
For the life of me, I cannot figure out why this line of code:
throws an |
||||
|
|
|
The reason the second parameter is optional is that the text is implied for some In your example, you can create the expression with:
|
|||||||||||||||
|
|
Shouldn't you supply the second argument, which is the actual literal. |
|||
|