Exemple #1
0
 public override void Apply(CstBool cstBool)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public abstract void Apply(CstBool cstBool);
 public override void Apply(CstBool cstBool)
 {
     _buffer.Push(cstBool.Data);
 }