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().
Afficher le fichier Open project: kbilsted/StatePrinter Class Usage Examples

Méthodes publiques

Свойство Type Description
Fields Field[]
ValueProviders object>[].Func

Méthodes publiques

Méthode Description
ReflectionInfo ( List rawReflectedFields ) : System

Method Details

ReflectionInfo() public méthode

public ReflectionInfo ( List rawReflectedFields ) : System
rawReflectedFields List
Résultat System

Property Details

Fields public_oe property

public Field[] Fields
Résultat Field[]

ValueProviders public_oe property

public Func[] ValueProviders
Résultat object>[].Func