Ejemplo n.º 1
0
 //[DebuggerStepThrough()]
 public virtual object GetPropertyValue(object obj, string propertyName)
 {
     return(m_helperPoco.GetPropertyValue(obj, propertyName));
 }