1

Closed

CLR method enumeration returns invisible members

description

[].clr_member(:get_enumerator).call.methods
=> ['<>4__this', '<>4__this=', '<i>5__1', '<i>5__1=', '<start>5__2', '<start>5__2=', '<count>5__3', '<count>5__3=', ...]
 
Members are public fields on a private nested type. We should also enumerate public interface methods and explicitly implemented interface methods.
Closed Jul 28, 2011 at 3:07 PM by jimmysch

comments