- add IGBase entry

pull/26/head
Simon Gockner 6 years ago
parent 5f0c11d39b
commit ecc225e361
  1. 14
      GBase/Interfaces/IGBaseEntry.cs

@ -0,0 +1,14 @@
// Author: Gockner, Simon
// Created: 2020-01-24
// Copyright(c) 2020 SimonG. All Rights Reserved.
namespace GBase.Interfaces
{
/// <summary>
/// An entry of a <see cref="IGBaseTable"/>
/// </summary>
public interface IGBaseEntry //TODO: Make entry generic (generic type is type of the value of the entry?)
{
}
}
Loading…
Cancel
Save