From 9c160ef8711091496f571c1c88f46b8cb305fe3c Mon Sep 17 00:00:00 2001 From: Simon G Date: Fri, 13 Nov 2020 19:22:08 +0100 Subject: [PATCH] - remove todo and line that doesn't work --- GBase/GBase.cs | 2 -- 1 file changed, 2 deletions(-) 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 } ///