Model.AEventAttribute.AEventAttribute C# (CSharp) Метод

AEventAttribute() защищенный Метод

protected AEventAttribute ( EventIdType type ) : System
type EventIdType
Результат System
        protected AEventAttribute(EventIdType type)
        {
			this.Type = type;
		}
	}
AEventAttribute