Files
mROA/Example.Shared/IDataList.cs
T

12 lines
251 B
C#

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