skadi.container.container

Undocumented in source.

Public Imports

skadi.container.registration
public import skadi.container.registration;
Undocumented in source.
skadi.container.inject
public import skadi.container.inject;
Undocumented in source.

Members

Classes

Container
class Container

The dependency container maintains all dependencies registered with it.

RegistrationException
class RegistrationException

Exception thrown when errors occur while registering a type in a dependency container.

ResolveException
class ResolveException

Exception thrown when errors occur while resolving a type in a dependency container.

Enums

RegistrationOptions
enum RegistrationOptions

Options which influence the process of registering dependencies

Meta