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

IsLong() private method

private IsLong ( IType type ) : bool
type IType
return bool
        private bool IsLong(IType type)
        {
            return type == TypeSystemServices.LongType;
        }
EmitAssembly