家安筠 2021-12-27 12:55 开发者_C百科 品在竹之间
I have an interface definded like this: public interface IDatabase{ void Get<TTypeToFetch> ();} and when I try to do: