nature_net.Action_Type.Action_Type C# (CSharp) Méthode

Action_Type() public méthode

public Action_Type ( ) : System.Data.Linq
Résultat System.Data.Linq
		public Action_Type()
		{
			this._Actions = new EntitySet<Action>(new Action<Action>(this.attach_Actions), new Action<Action>(this.detach_Actions));
			OnCreated();
		}