Struct GeneratedSourceResult
Inherited Members
Namespace: Microsoft.CodeAnalysis
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public readonly struct GeneratedSourceResult
Properties
HintName
Declaration
public string HintName { get; }
Property Value
| Type | Description |
|---|---|
| string |
SourceText
Declaration
public SourceText SourceText { get; }
Property Value
| Type | Description |
|---|---|
| SourceText |
SyntaxTree
Declaration
public SyntaxTree SyntaxTree { get; }
Property Value
| Type | Description |
|---|---|
| SyntaxTree |