Castle.MicroKernel.Context.CreationContext.CreateEmpty C# (CSharp) Method

CreateEmpty() public static method

Creates a new, empty CreationContext instance.
A new CreationContext should be created every time, as the contexts keeps some state related to dependency resolution.
public static CreateEmpty ( ) : CreationContext
return CreationContext
		public static CreationContext CreateEmpty()
		{
			return new CreationContext();
		}