Castle.MicroKernel.Handlers.ComponentLifecycleExtension.Releasing.Releasing C# (CSharp) Méthode

Releasing() public méthode

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