CodeSharp.EventSourcing.ComponentAttribute.ComponentAttribute C# (CSharp) Метод

ComponentAttribute() публичный Метод

public ComponentAttribute ( ) : System
Результат System
        public ComponentAttribute()
            : this(LifeStyle.Transient)
        {
        }

Same methods

ComponentAttribute::ComponentAttribute ( LifeStyle lifeStyle ) : System
ComponentAttribute