Boo.Lang.Compiler.Steps.EmitAssembly.IsVoid C# (CSharp) Метод

IsVoid() приватный Метод

private IsVoid ( IType type ) : bool
type IType
Результат bool
        bool IsVoid(IType type)
        {
            return type == TypeSystemServices.VoidType;
        }
EmitAssembly