Ejemplo n.º 1
0
 public static PatternElement EndWith(PatternEnd iterator)
 {
     return(new EndElement(iterator));
 }
Ejemplo n.º 2
0
 public void End(PatternEnd destination)
 {
     EndDestination = destination;
     SetCommand(PatternCommand.End);
 }
Ejemplo n.º 3
0
 public EndElement(PatternEnd destination)
 {
     Destination = destination;
 }