C# Reflection – MemberInfo Class
MemberInfo class provides a quick look of all the members in a Type. Below is the same code to get all members of a Type. MemberInfo MemberType property MemberInfo provides a property name called MemberType which returns an enum of MemberTypes. MemberTypes specify the type of a Member whether it …