예제 #1
0
 public ICollection GetCollection(Object context)
 {
     return((ICollection)ReflectionTools.GetFieldValue(context, field));
 }
예제 #2
0
 public object GetNested(object context)
 {
     return(ReflectionTools.GetFieldValue(context, Field));
 }