Click or drag to resize

SingletonTInstance Property

Returns the instance of this Singleton, and creates one if it doesn't exist

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static T Instance { get; }

Property Value

Type: T
See Also