Beispiel #1
0
 public void AddSignature(Operator operatorValue)
 {
     _signatures.Add(new OperatorSignature(operatorValue));
 }