Avoiding overload hell with c# 4.0
Posted
by dotnetdev
on Stack Overflow
See other posts from Stack Overflow
or by dotnetdev
Published on 2010-05-02T15:19:16Z
Indexed on
2010/05/02
15:27 UTC
Read the original article
Hit count: 191
c#
I am using C# 4.0, how can I avoid the problem of writing lots of similiar methods because they are each parameter-unique (how can the new parameter features avoid overload hell?).
Thanks
© Stack Overflow or respective owner