DeadlyRemix
DeadlyRemix
CC#
Created by DeadlyRemix on 9/23/2023 in #help
❔ Generics
ok thank you
10 replies
CC#
Created by DeadlyRemix on 9/23/2023 in #help
❔ Generics
oh ok
10 replies
CC#
Created by DeadlyRemix on 9/23/2023 in #help
❔ Generics
thank you i'll try and get to grips with this. also if i make a list like this
List<A> aList = new List<A> { new A(), new B(), new C() };
List<A> aList = new List<A> { new A(), new B(), new C() };
is it automatically casted to A and if so that means I lose infomation on what type it is right? and if so how would I store it instead? sorry for so many questions in one
10 replies
CC#
Created by DeadlyRemix on 9/23/2023 in #help
❔ Generics
ok i'll look into it ty
10 replies