Method GenerateValue
| Improve this Doc View SourceGenerateValue(T)
Generates the value constant or expression.
Declaration
protected abstract SyntaxNode GenerateValue(T value)
Parameters
Type | Name | Description |
---|---|---|
T | value | The value to generate. |
Returns
Type | Description |
---|---|
Microsoft.CodeAnalysis.SyntaxNode | The generated Microsoft.CodeAnalysis.SyntaxNode. |