FromExpression(IExpression)
Creates an expression statement (e.g. a method invocation or an assignment).
Declaration
public static IStatement FromExpression(IExpression expression)Parameters
| Type | Name | Description |
|---|---|---|
| IExpression | expression |
Returns
| Type | Description |
|---|---|
| IStatement |