Methods without return type
Author: LGTM
import csharp
from Method m
where m.getReturnType() instanceof VoidType
select m
Description
Finds methods whose return type is 'void'.
import csharp
from Method m
where m.getReturnType() instanceof VoidType
select m
Finds methods whose return type is 'void'.