Example #1
0
 public IEnumerable<Op> ToOps()
 {
     ScriptReader reader = new ScriptReader(Data);
     return reader.ToEnumerable();
 }