Class ControlFlow::ReturnSuccessor
A return control flow successor.
Example:
void M()
{
return;
}
The callable exit node of M is a return successor of the return;
statement.
Import path
import csharpDirect supertypes
Indirect supertypes
Predicates
| toString | Gets a textual representation of this successor type. |