Castle.MicroKernel.Handlers.ComponentLifecycleExtension.Releasing.Releasing C# (CSharp) Method

Releasing() public method

public Releasing ( int count, IKernel kernel ) : System.Collections.Generic
count int
kernel IKernel
return System.Collections.Generic
			public Releasing(int count, IKernel kernel)
			{
				this.kernel = kernel;
				releasers = new List<ComponentReleasingDelegate>(count);
			}
ComponentLifecycleExtension.Releasing