feat: implement generic data set manipulator, ref: NOISSUE
This commit is contained in:
4
TextParser/Data/IDataIndex.cs
Normal file
4
TextParser/Data/IDataIndex.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
public interface IDataIndex<TIndexType>
|
||||
{
|
||||
public IList<TIndexType> GetIndices();
|
||||
}
|
||||
Reference in New Issue
Block a user