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

CreationContext() public method

public CreationContext ( DependencyModel dependencies ) : System
dependencies Castle.Core.DependencyModel
return System
		public CreationContext(DependencyModel[] dependencies)
		{
			handler = null;
			this.dependencies = new DependencyModelCollection(dependencies);
		}

Same methods

CreationContext::CreationContext ( IHandler handler, DependencyModelCollection dependencies, IList handlersChain ) : System
CreationContext::CreationContext ( IHandler handler, IDictionary additionalArguments ) : System
CreationContext::CreationContext ( IHandler handler, Type typeToExtractGenericArguments, CreationContext parentContext ) : System
CreationContext::CreationContext ( IHandler handler, Type typeToExtractGenericArguments, IDictionary additionalArguments ) : System