Properties with no getters break typedata

this code:

if(prop.GetMethod.GetParameters().Length > 0)
  continue;

inside GetMembers() throws a null reference exception.

Edited by Vivienne Spence