Castle.MicroKernel.Lifestyle.PerHttpApplicationLifestyleModule.HasComponent C# (CSharp) Method

HasComponent() public method

public HasComponent ( string id ) : bool
id string
return bool
        public bool HasComponent(string id) {
            return Components.ContainsKey(id);
        }
PerHttpApplicationLifestyleModule