コード例 #1
0
 public void Visit(MethodInfoValueGetter getter)
 {
     CompiledGetter = Expression.Call(_dataParameter, getter.MethodInfo);
 }
コード例 #2
0
 public void Visit(MethodInfoValueGetter getter)
 {
     CompiledGetter = Expression.Call(_dataParameter, getter.MethodInfo);
 }