Boo.Lang.Compiler.Steps.EmitAssembly.IsLong C# (CSharp) 메소드

IsLong() 개인적인 메소드

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