Method Unset<T>
Namespace: Sisk.Core.Entity
Assembly: Sisk.Core.dll
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.
Namespace: Sisk.Core.Entity
Assembly: Sisk.Core.dll
Removes an singleton object from it's type T.
public bool Unset<T>() where T : notnull
T
The singleton type.