Ejemplo n.º 1
0
        public static InsertedUtokens SetPriority(this UtokenInsert utoken, double priority)
        {
            InsertedUtokens insertedUtokens = utoken;

            insertedUtokens.Priority = priority;
            return(insertedUtokens);
        }
Ejemplo n.º 2
0
        public static InsertedUtokens SetBehavior(this UtokenInsert utoken, Behavior behavior)
        {
            InsertedUtokens insertedUtokens = utoken;

            insertedUtokens.Behavior = behavior;
            return(insertedUtokens);
        }
Ejemplo n.º 3
0
 public InsertedUtokens(UtokenInsert utoken)
     : this(priorityDefault, behaviorDefault, new UtokenInsert[] { utoken })
 {
 }