Table of Contents

Method Unset

Namespace
Sisk.Core.Entity
Assembly
Sisk.Core.dll

Unset<T>()

Removes an singleton object from it's type T.

public void Unset<T>() where T : notnull

Type Parameters

T

The singleton type.