Method |
Description |
|
CallInspect ( object o ) : string |
|
|
CanInspect ( object o ) : bool |
|
|
Inspect ( object o, string>.Func inspectDictionary, string>.Func inspectEnumerable, string>.Func |
|
|
InspectAnonymousType ( Type type ) : string |
|
|
InspectGenericType ( Type type ) : string |
|
|
InspectSimple ( object obj ) : string |
|
|
InspectType ( Type type ) : string |
|
|
InspectWithProperties ( object o ) : string |
|
|
IsAnonymousType ( Type type ) : bool |
|
|
ShouldUseToString ( object o ) : bool |
|
|
Undecorate ( string genericTypeName ) : string |
|
|