SingletonConstructorHelpers¶
Methods¶
ConstructorInfo GetSingletonConstructor()¶
ConstructorInfo GetSingletonConstructor(Type type)¶
Gets the singleton constructor for the type.
bool HasValidSingletonConstructor()¶
bool HasValidSingletonConstructor(Type type)¶
Checks if the singleton has a valid constructor.