C# 클래스 ObjectPrinter.ObjectPrinterConfig

Configs that can be overridden for a specific Dump by the ObjectPrinter
상속: IObjectPrinterConfig
파일 보기 프로젝트 열기: drewburlingame/ObjectPrinter

공개 메소드들

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