Castle.MicroKernel.Lifestyle.LifestyleExtensions.BeginScope C# (CSharp) Method

BeginScope() public static method

public static BeginScope ( this kernel ) : IDisposable
kernel this
return IDisposable
		public static IDisposable BeginScope(this IKernel kernel)
		{
			return new Scope(kernel);
		}
LifestyleExtensions