Click or drag to resize

SingletonTHasInstance Property

Checks if there is an instance of this Singleton in this object without creating one

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

Property Value

Type: Boolean
See Also