Let\'s assume I have a class ClassWithMember
class ClassWithMember { int myIntMember = 10; }
How do I get the default value 10 of the m
Try creating an instance an retreive the value with reflection.