The text of this article is not in this database — only its details are. Read it on the old site: Null Conditional Operator in Visual Studio 2015
2 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Null Conditional Operator in Visual Studio 2015
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Jaganathan BantheswaranPosted Dec 1, 2014, 2:49 AM
There is nothing to do with VS 2015. This is feature is with C#6.
Manish DwivediPosted Nov 30, 2014, 11:31 PM
Sunney, Whats new on that, In C# we can do that by using Nullable Types.