C# 클래스 StatePrinting.Introspection.ReflectionInfo

For a given type we hold the relevant fields with regards to printing, and functors for retrieving the content of the fields. The functors enables synthetic fields. E.g. a field that represents the call to the object's ToString().
파일 보기 프로젝트 열기: kbilsted/StatePrinter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Fields Field[]
ValueProviders object>[].Func

공개 메소드들

메소드 설명
ReflectionInfo ( List rawReflectedFields ) : System

메소드 상세

ReflectionInfo() 공개 메소드

public ReflectionInfo ( List rawReflectedFields ) : System
rawReflectedFields List
리턴 System

프로퍼티 상세

Fields 공개적으로 프로퍼티

public Field[] Fields
리턴 Field[]

ValueProviders 공개적으로 프로퍼티

public Func[] ValueProviders
리턴 object>[].Func