C# 클래스 Rocket.Surgery.Airframe.Composition.DryIocModule

Base abstraction for an IModule.
상속: IModule
파일 보기 프로젝트 열기: RocketSurgeonsGuild/Airframe

공개 메소드들

메소드 설명
Load ( IRegistrator registrar ) : void

Loads registrations to the IRegistrator.

메소드 상세

Load() 공개 추상적인 메소드

Loads registrations to the IRegistrator.
public abstract Load ( IRegistrator registrar ) : void
registrar IRegistrator The registrar.
리턴 void