Click here to Skip to main content
15,886,963 members

Articles by kct (Tip/Trick: 1)

Tip/Trick: 1

RSS Feed

Average article rating:

No articles have been posted.

Average blogs rating:

No blogs have been submitted.

Average tips rating: 5.00

Programming Languages
C#
4 Oct 2011   Updated: 4 Oct 2011   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 3,680     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
Here with generics:public static string ToString(this T obj, Func toStringFunction) { return toStringFunction(obj); }You can use it like this:Console.WriteLine(person.ToString(p=>p.Name));

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
kct
Germany Germany
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.