How can I filter FieldInfos that are the underlying implementation of a class event ?

Posted by Izik Shmulewitz on Stack Overflow See other posts from Stack Overflow or by Izik Shmulewitz
Published on 2010-05-25T15:14:00Z Indexed on 2010/05/26 0:51 UTC
Read the original article Hit count: 141

Filed under:
|
|

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 ?

© Stack Overflow or respective owner

Related posts about c#

Related posts about reflection