Ellipsis notation in C#?
Posted
by Joshua
on Stack Overflow
See other posts from Stack Overflow
or by Joshua
Published on 2010-03-31T07:12:33Z
Indexed on
2010/03/31
7:23 UTC
Read the original article
Hit count: 431
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?
© Stack Overflow or respective owner