How can I filter FieldInfos that are the underlying implementation of a class event ?
- by Izik Shmulewitz
I want to get all the fields of a class without getting the underlying implementations of the class event.
type.GetFields(BindingFlags...) returns the nuderlying delegate for event fields. Does anyone knows how to filter them out ?