Represents a base class for a substitution in the replacement pattern. This class is abstract.
Esempio n. 1
0
 internal Substitution Append(Substitution substitution)
 {
     substitution.Previous = this;
     return(substitution);
 }
Esempio n. 2
0
 internal Substitution Append(Substitution substitution)
 {
     substitution.Previous = this;
     return substitution;
 }