ArenaNet.Sprout.IoC.ComponentAttribute.ComponentAttribute C# (CSharp) Méthode

ComponentAttribute() public méthode

public ComponentAttribute ( ) : System
Résultat System
        public ComponentAttribute()
        {
            this.Scope = ComponentScope.Context;
        }
ComponentAttribute