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

this() public méthode

public this ( string id ) : object
id string
Résultat object
        public object this[string id] {
            get { return Components[id]; }
            set { Components[id] = value; }
        }
    }
PerHttpApplicationLifestyleModule