@ -3,6 +3,7 @@
// Copyright(c) 2020 SimonG. All Rights Reserved.
using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
@ -18,6 +19,10 @@ namespace GBase.Interfaces
/// </summary>
string Name { get; }
/// <summary>
/// The <see cref="IGBaseEntry"/>s of this <see cref="IGBaseTable"/>
List<IGBaseEntry> Entries { get; }
/// Initialize this <see cref="IGBase"/>