ArenaNet.Sprout.IoC.ComponentAttribute.ComponentAttribute C# (CSharp) Method

ComponentAttribute() public method

public ComponentAttribute ( ) : System
return System
        public ComponentAttribute()
        {
            this.Scope = ComponentScope.Context;
        }
ComponentAttribute