Castle.MicroKernel.Context.CreationContext.CreateEmpty C# (CSharp) Méthode

CreateEmpty() public static méthode

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
Résultat CreationContext
		public static CreationContext CreateEmpty()
		{
			return new CreationContext();
		}