Exemple #1
0
 protected TProperty GetProxyPropertyValue <TProperty>(object threadSafeProxy, Expression <Func <TProjection, TProperty> > propertyExpression)
 {
     return(source.GetPropertyValue(threadSafeProxy, propertyExpression));
 }