Files
mROA/Example.Shared/IDataList.cs
T

12 lines
261 B
C#

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