Model.AEventAttribute.AEventAttribute C# (CSharp) Méthode

AEventAttribute() protected méthode

protected AEventAttribute ( EventIdType type ) : System
type EventIdType
Résultat System
        protected AEventAttribute(EventIdType type)
        {
			this.Type = type;
		}
	}
AEventAttribute