C# Класс SEP.Extensions.InspectExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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