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