C# Class Castle.MicroKernel.CreationContext.RemoveHandlerFromCurrentlyResolving

Inheritance: IDisposable
显示文件 Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
Dispose ( ) : void
RemoveHandlerFromCurrentlyResolving ( CreationContext parent, IHandler handler ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

RemoveHandlerFromCurrentlyResolving() public method

public RemoveHandlerFromCurrentlyResolving ( CreationContext parent, IHandler handler ) : System
parent CreationContext
handler IHandler
return System