Interface IUsingOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IUsingOperation : IOperation
Properties
Body
Declaration
IOperation Body { get; }
Property Value
| Type | Description |
|---|---|
| IOperation |
IsAsynchronous
Declaration
bool IsAsynchronous { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Locals
Declaration
ImmutableArray<ILocalSymbol> Locals { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableArray<ILocalSymbol> |
Resources
Declaration
IOperation Resources { get; }
Property Value
| Type | Description |
|---|---|
| IOperation |