Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 224 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 224 Bytes

Singleton C#

Even Singleton design pattern is very easy to implement. There are few ways to build it. In addition, it may be used for multithreding, so I considered thread safe singleton.

You can check in the code file.