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