Tagged Questions
2
votes
1answer
222 views
Get TypeInfo in static constructor
Is there any way to get the equivalent of GetType within a static constructor?
I want to iterate through the available properties of the type within the static constructor but GetType is an instance ...