Regarding Functions
C#
5
Posts
4
Posters
0
Views
1
Watching
-
hi in C language we use ellipses for unlimited arguments is it possible in C#
-
hi in C language we use ellipses for unlimited arguments is it possible in C#
-
hi in C language we use ellipses for unlimited arguments is it possible in C#
-
AFAIK no. You can use a List instead.
It's not necessary to be so stupid, either, but people manage it. - Christian Graus, 2009 AD
have a look at the
params
keyword. :)Luc Pattyn
I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages
-
have a look at the
params
keyword. :)Luc Pattyn
I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages