Inheritable C# singleton implementation.
Info
Version: | 1.0.0 |
Author(s): | Adam Fisher |
Last Update: | Monday, June 4, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/adamfisher/DotNet-Singleton |
NuGet Url: | https://www.nuget.org/packages/AF.DesignPatterns.Singleton |
Install
Install-Package AF.DesignPatterns.Singleton
dotnet add package AF.DesignPatterns.Singleton
paket add AF.DesignPatterns.Singleton
AF.DesignPatterns.Singleton Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
Tags