AddSyntaxTreeTransformations(params SyntaxTreeTransformation[])
Declaration
public void AddSyntaxTreeTransformations(params SyntaxTreeTransformation[] transformations)Parameters
| Type | Name | Description |
|---|---|---|
| SyntaxTreeTransformation[] | transformations |
AddSyntaxTreeTransformations(IEnumerable<SyntaxTreeTransformation>)
Declaration
public void AddSyntaxTreeTransformations(IEnumerable<SyntaxTreeTransformation> transformations)Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<SyntaxTreeTransformation> | transformations |