C# Class SEP.Extensions.InspectExtensions

ファイルを表示 Open project: pmiossec/git-tfs

Public Methods

Method Description
Inspect ( this obj ) : string

Private Methods

Method Description
CallInspect ( object o ) : string
CanInspect ( object o ) : bool
Inspect ( object o, string>.Func inspectDictionary, string>.Func inspectEnumerable, string>.Func inspectObject ) : string
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

Method Details

Inspect() public static method

public static Inspect ( this obj ) : string
obj this
return string