Ejemplo n.º 1
0
 private static IEnumerable <string> GetObjectTypes(IGenericObject obj)
 {
     return(GetObjectTypes(obj.GetFullPropertyTree()));
 }