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