Compile() private method

private Compile ( Compiler compiler ) : void
compiler Compiler
return void
Beispiel #1
0
        public virtual AttributeAction CreateAttributeAction()
        {
            AttributeAction action = new AttributeAction();

            action.Compile(this);
            return(action);
        }
Beispiel #2
0
 public virtual AttributeAction CreateAttributeAction()
 {
     AttributeAction action = new AttributeAction();
     action.Compile(this);
     return action;
 }