.Net 4.0, New methods in existing classes
Posted
by Yogesh
on Stack Overflow
See other posts from Stack Overflow
or by Yogesh
Published on 2010-04-20T07:10:07Z
Indexed on
2010/04/20
7:13 UTC
Read the original article
Hit count: 194
.net-4.0
Is there a blog or MSDN article, which lists all the new methods which are added in .Net 4.0 in existing classes? I could not find any.
Two which I found on blogs till now:
String.IsNullOrWhiteSpace
Enum.HasFlag
Are there more such methods added which anybody found? If yes, please share.
© Stack Overflow or respective owner