Init(args)
Scripting Reference
Loading...
Searching...
No Matches

◆ Instance

TService Sisus.Init.Service< TService >.Instance = default
static

The shared instance of service of type TService .

The returned object's class is of type TService , derives from it, or implements an interface of that type.

If no such service has been registered then null is returned.