C# Class Rocket.Surgery.Airframe.Composition.DryIocModule

Base abstraction for an IModule.
Inheritance: IModule
Afficher le fichier Open project: RocketSurgeonsGuild/Airframe

Méthodes publiques

Méthode Description
Load ( IRegistrator registrar ) : void

Loads registrations to the IRegistrator.

Method Details

Load() public abstract méthode

Loads registrations to the IRegistrator.
public abstract Load ( IRegistrator registrar ) : void
registrar IRegistrator The registrar.
Résultat void