tagged [arguments]

JavaScript variable number of arguments to function

JavaScript variable number of arguments to function Is there a way to allow "unlimited" vars for a function in JavaScript? Example:

What does -XX:MaxPermSize do?

What does -XX:MaxPermSize do? Specifically, why would it help to fix a PermGen OutOfMemoryError issue? Also, bonus points for an answer that points me to the documentation on JVM arguments...

7 May at 08:21

"Parameter" vs "Argument"

"Parameter" vs "Argument" I got and kind of mixed up and did not really pay attention to when to use one and when to use the other. Can you please tell me?

Why can anonymous delegates omit arguments, but lambdas can't?

Why can anonymous delegates omit arguments, but lambdas can't? Just wondered why the discrepancy really. :-/

16 Feb at 16:31

Is it possible to pass properties as "out" or "ref" parameters?

Is it possible to pass properties as "out" or "ref" parameters? Can I pass a property as an "out" or "ref" parameter if not then why not? e.g. . . .

19 Feb at 09:57

LaTeX Optional Arguments

LaTeX Optional Arguments How do you create a command with optional arguments in LaTeX? Something like: Then, I can call it like

28 Nov at 13:9

Throwing ArgumentNullException in constructor?

Throwing ArgumentNullException in constructor? For a constructor with a single parameter, is it OK to throw an ArgumentNullException inside the constructor if the parameter is null/empty? OR, should i...

How to give Jenkins more heap space when it´s started as a service under Windows?

How to give Jenkins more heap space when it´s started as a service under Windows? I want to increase the available heap space for Jenkins. But as it is installed as a service I don´t know how to do it...

9 Dec at 17:4

Looking for a Command Line Argument Parser for .NET

Looking for a Command Line Argument Parser for .NET I'm looking for a command line argument parser, such as "Command line parser" from [http://www.sellsbrothers.com/tools/Genghis/](http://www.sellsbro...

9 Sep at 19:12

Difference between arguments/parameters in C#

Difference between arguments/parameters in C# > [What's the difference between an argument and a parameter?](https://stackoverflow.com/questions/156767/whats-the-difference-between-an-argument-and-a-...

23 May at 11:47