diff --git a/GBase/GBase.cs b/GBase/GBase.cs index 7c0b03f..c90b04e 100644 --- a/GBase/GBase.cs +++ b/GBase/GBase.cs @@ -103,8 +103,6 @@ namespace GBase return Tables.OfType>().First(); throw new MissingTableException(); - // //TODO: This probably doesn't work, because even though t.Type : T, IGBaseTable !: IGBaseTable - // return (IGBaseTable) Convert.ChangeType(Tables.FirstOrDefault(t => typeof(T).IsAssignableFrom(t.Type)), typeof(IGBaseTable)); //TestMe } ///