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