Boo.Lang.Compiler.Steps.ProcessMethodBodies.AcceptVarArgs C# (CSharp) Метод

AcceptVarArgs() приватный Метод

private AcceptVarArgs ( ICallableType method ) : bool
method ICallableType
Результат bool
        bool AcceptVarArgs(ICallableType method)
        {
            return method.GetSignature().AcceptVarArgs;
        }
ProcessMethodBodies