I suspect it should return true.
Please create a JIRA, and someone will look at it. Maybe.
-----Original Message-----
From: pvginkel
Sent: Thursday, October 20, 2011 10:49 AM
To: nhibernate-development
Subject: [nhibernate-development] IsSpecialName on proxy properties
When I have e.g. a property named "Contact" on my entity, and "type"
is the type of the proxy, type.GetMethod("get_Contact").IsSpecialName
returns false. However, because it's the accessor method of a
property, it should return true instead. Why is this?