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'.