Click or drag to resize

ServiceLocatorRegisterTransientForSceneTAbstract, TConcrete Method

Registers a scene-specific concrete transient type to return new instances of when the abstract type TAbstract is resolved.
Remarks
The resolver is registered for the active scene according to GetActiveScene.

Namespace:  Archon.SwissArmyLib.Utils
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void RegisterTransientForScene<TAbstract, TConcrete>()
where TConcrete : new(), TAbstract
Request Example View Source

Type Parameters

TAbstract
The abstract type that will be mapped to TConcrete.
TConcrete
The concrete transient type to return when TAbstract is resolved.
See Also