DependencyResolver constructor Null safety

DependencyResolver(
  1. [ConfigParams? config,
  2. IReferences? references]
)

Creates a new instance of the dependency resolver.

  • config (optional) default configuration where key is dependency name and value is locator (descriptor)
  • references (optional) default component references

See ConfigParams See configure See IReferences See setReferences