abishekaditya / DesignPatterns

Project : Design Patterns Examples in C#
GNU General Public License v3.0
2.48k stars 611 forks source link

Simplified implementation with the use of Lazy<T>. #2

Closed aloisdeniel closed 7 years ago

abishekaditya commented 7 years ago

I will merge it once I run it in VS

abishekaditya commented 7 years ago

@aloisdeniel you seem to be missing the brackets at the end of your _singleton assignment at line 7. Correcting that and merging the changes in a while