Castle.MicroKernel.Lifestyle.PerHttpApplicationLifestyleModule.HasComponent C# (CSharp) Méthode

HasComponent() public méthode

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