Boo.Lang.Compiler.Steps.EmitAssembly.IsVoid C# (CSharp) Method

IsVoid() private method

private IsVoid ( IType type ) : bool
type IType
return bool
        bool IsVoid(IType type)
        {
            return type == TypeSystemServices.VoidType;
        }
EmitAssembly