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

IsPInvoke() private method

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