Interface IReturnOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IReturnOperation : IOperation
Properties
ReturnedValue
Declaration
IOperation? ReturnedValue { get; }
Property Value
| Type | Description |
|---|---|
| IOperation |