Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Rocket
Surgery
Airframe
Composition
DryIocModule
C# Class Rocket.Surgery.Airframe.Composition.DryIocModule
Base abstraction for an
IModule
.
Inheritance:
IModule
Show file
Open project: RocketSurgeonsGuild/Airframe
Public Methods
Method
Description
Load
(
IRegistrator
registrar
) :
void
Loads registrations to the
IRegistrator
.
Method Details
Load()
public
abstract
method
Loads registrations to the
IRegistrator
.
public
abstract
Load
(
IRegistrator
registrar
) :
void
registrar
IRegistrator
The registrar.
return
void