![]() | IEndStatement Interface |
Namespace: Microsoft.CodeAnalysis.Semantics
The IEndStatement type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConstantValue |
If the operation is an expression that evaluates to a constant value, HasValue is true and Value is the value of the expression. Otherwise, HasValue is false.
(Inherited from IOperation.) |
![]() | IsInvalid |
Indicates whether the operation is invalid, either semantically or syntactically.
(Inherited from IOperation.) |
![]() | Kind |
Identifies the kind of the operation.
(Inherited from IOperation.) |
![]() | Syntax |
Syntax that was analyzed to produce the operation.
(Inherited from IOperation.) |
![]() | Type |
Result type of the operation, or null if the operation does not produce a result.
(Inherited from IOperation.) |
Name | Description | |
---|---|---|
![]() | Accept(OperationVisitor) | (Inherited from IOperation.) |
![]() | AcceptTArgument, TResult(OperationVisitorTArgument, TResult, TArgument) | (Inherited from IOperation.) |