C# 클래스 ObjectPrinter.TypeInspectors.DictionaryTypeInspector

inspects each entry as kev/value pair, where the key is ToString'd as the property name and the value is inspected as any other value would be. we welcome pull requests that will be more expressive when the key is not cleanly converted to a string.
상속: ITypeInspector
파일 보기 프로젝트 열기: drewburlingame/ObjectPrinter

공개 메소드들

메소드 설명
DictionaryTypeInspector ( ) : System
GetMemberList ( object objectToInspect, Type typeOfObjectToInspect ) : IEnumerable

ShouldInspect ( object objectToInspect, Type typeOfObjectToInspect ) : bool

메소드 상세

DictionaryTypeInspector() 공개 메소드

public DictionaryTypeInspector ( ) : System
리턴 System

GetMemberList() 공개 메소드

public GetMemberList ( object objectToInspect, Type typeOfObjectToInspect ) : IEnumerable
objectToInspect object
typeOfObjectToInspect System.Type
리턴 IEnumerable

ShouldInspect() 공개 메소드

public ShouldInspect ( object objectToInspect, Type typeOfObjectToInspect ) : bool
objectToInspect object
typeOfObjectToInspect System.Type
리턴 bool