C# Class Castle.MicroKernel.Tests.LoaderWithDependency

Inheritance: ILazyComponentLoader
Mostrar archivo Open project: castleproject/Windsor

Public Methods

Method Description
Load ( string name, Type service, IDictionary arguments ) : IRegistration
LoaderWithDependency ( IEmployee employee ) : System

Method Details

Load() public method

public Load ( string name, Type service, IDictionary arguments ) : IRegistration
name string
service System.Type
arguments IDictionary
return IRegistration

LoaderWithDependency() public method

public LoaderWithDependency ( IEmployee employee ) : System
employee IEmployee
return System