Method GetFullName
GetFullName(MemberInfo)
Gets the full name of the specified type member.
public static string GetFullName(this MemberInfo member)
Parameters
memberMemberInfoThe member to get the name of.
Returns
- string
The full name of the member, prefixed with the namespace and enclosing type (if valid). If the member is not declared in a type, returns the member name.