How to get an instance's member's values?
With propertyInfos there is a propertyInfo.GetValue(instance, index), but no such thing exists in memberInfo.
I searched the net, but it seems to stop at getting the member's name and type.
How to get an instance's member's values?
With propertyInfos there is a propertyInfo.GetValue(instance, index), but no such thing exists in memberInfo.
I searched the net, but it seems to stop at getting the member's name and type.