|
static |
memberInfo | this value is automatically set to be the calling MemberInfo's instance. (Since this is an Extension Method, extending theMemberInfo class) |
forObject | this parameters references the object we will be looking inside. Is it this instance we will be getting the memberInfo's value from. |
toValue | object that represents the value to be assigned. |