Files
TextParser/TextParser/Data/IDataIndex.cs
2024-12-05 23:36:23 +01:00

4 lines
86 B
C#

public interface IDataIndex<TIndexType>
{
public IList<TIndexType> GetIndices();
}