C# 클래스 SEP.Extensions.InspectExtensions

파일 보기 프로젝트 열기: pmiossec/git-tfs

공개 메소드들

메소드 설명
Inspect ( this obj ) : string

비공개 메소드들

메소드 설명
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

메소드 상세

Inspect() 공개 정적인 메소드

public static Inspect ( this obj ) : string
obj this
리턴 string