C# Класс ObjectPrinter.ObjectPrinterConfig

Configs that can be overridden for a specific Dump by the ObjectPrinter
Наследование: IObjectPrinterConfig
Показать файл Открыть проект

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

Метод Описание
GetInspector ( object objectToInspect, Type typeOfObjectToInspect ) : ITypeInspector

Returns the first ITypeInspector from Inspectors where ShouldInspect returns true. If none return true, the CatchAllTypeInspector is used

ObjectPrinterConfig ( ) : System

instatiates new instace of ObjectPrinterConfig using defaults from Config.Printer

Описание методов

GetInspector() публичный Метод

Returns the first ITypeInspector from Inspectors where ShouldInspect returns true. If none return true, the CatchAllTypeInspector is used
public GetInspector ( object objectToInspect, Type typeOfObjectToInspect ) : ITypeInspector
objectToInspect object
typeOfObjectToInspect System.Type
Результат ITypeInspector

ObjectPrinterConfig() публичный Метод

instatiates new instace of ObjectPrinterConfig using defaults from Config.Printer
public ObjectPrinterConfig ( ) : System
Результат System