Interface IIsTypeOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IIsTypeOperation : IOperation
Properties
IsNegated
Declaration
bool IsNegated { get; }
Property Value
| Type | Description |
|---|---|
| bool |
TypeOperand
Declaration
ITypeSymbol TypeOperand { get; }
Property Value
| Type | Description |
|---|---|
| ITypeSymbol |
ValueOperand
Declaration
IOperation ValueOperand { get; }
Property Value
| Type | Description |
|---|---|
| IOperation |