SyntaxGenerator.LiteralExpression(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a literal expression. This is typically numeric primitives, strings or chars.
public:
abstract Microsoft::CodeAnalysis::SyntaxNode ^ LiteralExpression(System::Object ^ value);
public abstract Microsoft.CodeAnalysis.SyntaxNode LiteralExpression (object value);
public abstract Microsoft.CodeAnalysis.SyntaxNode LiteralExpression (object? value);
public Microsoft.CodeAnalysis.SyntaxNode LiteralExpression (object? value);
abstract member LiteralExpression : obj -> Microsoft.CodeAnalysis.SyntaxNode
member this.LiteralExpression : obj -> Microsoft.CodeAnalysis.SyntaxNode
Public MustOverride Function LiteralExpression (value As Object) As SyntaxNode
Public Function LiteralExpression (value As Object) As SyntaxNode
Parameters
- value
- Object