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

IsPInvoke() 개인적인 메소드

private IsPInvoke ( Method method ) : bool
method Boo.Lang.Compiler.Ast.Method
리턴 bool
        private bool IsPInvoke(Method method)
        {
            return GetEntity(method).IsPInvoke;
        }
EmitAssembly