Tag: csharp 6
Example of Dictionary Initializer in C# 6.0
Below is a sample code snippet demonstrating the usage of Dictionary Initializer syntax in C# 6.0 Example of Dictionary Initializer in C# 6.0
C# 6.0 feature – Lambda Expression in Function Members
C# 6.0 lets the developers to use lambda expression as function member . For example , instead of the function body , you can write the lambda expression directly as shown below. C# 6.0 feature – Lambda Expression in Function Members