nature_net.Action_Type.Action_Type C# (CSharp) Метод

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

public Action_Type ( ) : System.Data.Linq
Результат System.Data.Linq
		public Action_Type()
		{
			this._Actions = new EntitySet<Action>(new Action<Action>(this.attach_Actions), new Action<Action>(this.detach_Actions));
			OnCreated();
		}