using System.Collections.Generic; public interface OperationLog : IEnumerable { OperationLog add (NodeOperation _op); int length(); }