static string ToSimpleString( System.Type type, bool includeNamespace )

Summary

Returns this type's name, with nicer formatting for generic types.

static string ToSimpleString( System.Reflection.MemberInfo member, bool includeNamespace )

Summary

Returns this member's name qualified by its declaring type, with nicer formatting for generics.

static string ToSimpleString( System.Delegate deleg, bool includeNamespace )

Summary

Returns a nice name for the given delegate, based on the method that implements it.
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.