C#C
C#16mo ago
KleinRiese

✅ typeof()?

I am trying to arrange objects in a hashmap:
The key should be the class and the Value a List with the instances of this class.
Is typeof ()the right function for this?
Was this page helpful?