Skip to content

Shows how to create an Elvis (or null coalescing) operator with lambda expressions.

License

Notifications You must be signed in to change notification settings

nipafx/demo-elvis-operator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elvis Operator

This project provides the implementation of an Elvis operator and the code samples from a CodeFX blog about it.

It is fairly simple with a class Elvis, which contains the operator, and a class ElvisDemo, which demonstrates its use as well as how you can solve the same problem without it.

About

Shows how to create an Elvis (or null coalescing) operator with lambda expressions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages