Boo.Lang.Compiler.Steps.ProcessMethodBodies.AcceptVarArgs C# (CSharp) Method

AcceptVarArgs() private method

private AcceptVarArgs ( ICallableType method ) : bool
method ICallableType
return bool
        bool AcceptVarArgs(ICallableType method)
        {
            return method.GetSignature().AcceptVarArgs;
        }
ProcessMethodBodies