4 lines
86 B
C#
4 lines
86 B
C#
public interface IDataIndex<TIndexType>
|
|
{
|
|
public IList<TIndexType> GetIndices();
|
|
} |