Table log Entry was added
This commit is contained in:
10
StructureHelperCommon/Models/Tables/IShTableRow.cs
Normal file
10
StructureHelperCommon/Models/Tables/IShTableRow.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace StructureHelperCommon.Models.Tables
|
||||
{
|
||||
public interface IShTableRow<T>
|
||||
{
|
||||
List<T> Elements { get; }
|
||||
int RowSize { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user