Inheritance: ContainerAction
Ejemplo n.º 1
0
        public virtual AttributeAction CreateAttributeAction()
        {
            AttributeAction action = new AttributeAction();

            action.Compile(this);
            return(action);
        }
Ejemplo n.º 2
0
 public virtual AttributeAction CreateAttributeAction()
 {
     AttributeAction action = new AttributeAction();
     action.Compile(this);
     return action;
 }