int test; Type sometype = test.GetType(); By calling this I get the type property with the datatype System.Type Is it possible to create an Array containing all Possible System.Type Properties?
int test; Type sometype = test.GetType(); By calling this I get the type property with the datatype System.Type Is it possible to create an Array containing all Possible System.Type Properties?