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 Microsoft.CodeAnalysis.SyntaxNode LiteralExpression (object? value);
public abstract 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
Returns
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.