C# Class Castle.MicroKernel.Tests.LoaderForDefaultImplementations

Inheritance: ILazyComponentLoader
Show file Open project: castleproject/Windsor

Public Methods

Method Description
Load ( string name, Type service, IDictionary arguments ) : IRegistration

Method Details

Load() public method

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