Method Unset
Unset<T>()
Removes an singleton object from it's type T
.
public bool Unset<T>() where T : notnull
Returns
Type Parameters
T
The singleton type.
Removes an singleton object from it's type T
.
public bool Unset<T>() where T : notnull
T
The singleton type.