Exemple #1
0
 public override T applyToIndexedCharSlotsObject(ESString operand)
 {
     return(operation.applyToIndexedCharSlotsObject(operand));
 }
Exemple #2
0
 public virtual T applyToIndexedCharSlotsObject(ESString operand)
 {
     return(applyToESObject(operand));
 }