예제 #1
0
 object Evaluate(ReadProperty e)
 {
     return(_reflection.GetPropertyValue(Evaluate(e.Object), e.Property.Name));
 }