예제 #1
0
        public bool IsVirtual(string propertyName)
        {
            PropertyDescription propertyMappingDescription = (PropertyDescription)_propertyNames[propertyName];

            return(propertyMappingDescription.PropertyInfo.GetSetMethod().IsVirtual);
        }