C# Class 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().
显示文件 Open project: kbilsted/StatePrinter Class Usage Examples

Public Properties

Property Type Description
Fields Field[]
ValueProviders object>[].Func

Public Methods

Method Description
ReflectionInfo ( List rawReflectedFields ) : System

Method Details

ReflectionInfo() public method

public ReflectionInfo ( List rawReflectedFields ) : System
rawReflectedFields List
return System

Property Details

Fields public_oe property

public Field[] Fields
return Field[]

ValueProviders public_oe property

public Func[] ValueProviders
return object>[].Func