using mROA.Implementation.Attributes; namespace Example.Shared { // [SharedObjectInterface] // public interface IDataList // { // T Get(int index); // void Add(T item); // void Set(int index, T item); // } }