개발언어/C#
C #에서 싱글 톤 패턴 구현
후쮸아빠
2020. 1. 17. 00:06
C# 싱글 톤 패턴 유형별 설명이 잘되어 있는 사이트를 링크한다.
https://csharpindepth.com/articles/singleton
Implementing the Singleton Pattern in C#
Implementing the Singleton Pattern in C# Table of contents (for linking purposes...) The singleton pattern is one of the best-known patterns in software engineering. Essentially, a singleton is a class which only allows a single instance of itself to be cr
csharpindepth.com