9 private readonly
bool instantiated;
10 private readonly
object instance;
Represents a type and a set of arguments, for which an object instance is the single instantiation.
A record of a singleton instance in memory.
bool Instantiated
If the instance was instantiated by the library (true) or externally (by caller).
object Instance
Object instance.
SingletonRecord(SingletonKey Key, bool Instantiated, object Instance)
A record of a singleton instance in memory.
SingletonKey Key
Singleton key.