Boo.Lang.Compiler.Steps.EmitAssembly.IsLong C# (CSharp) Méthode

IsLong() private méthode

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