Ellipsis notation in C#?

y2k picture y2k · Mar 31, 2010 · Viewed 19.8k times · Source

Where can I get info about implementing my own methods that have the ellipsis notation,

e.g.

static void my_printf(char* format, ...) { }

Also is that called ellipsis notation or is there a fancier name?

Answer

Pieter Germishuys picture Pieter Germishuys · Mar 31, 2010

Have a look at the params keyword