Ejemplo n.º 1
0
 public static IEnumerable <MemberInfo> GetMemberPath(Type type, string fullMemberName)
 => ReflectionHelper.GetMemberPath(type, fullMemberName);
 public static MemberPaths GetMemberPaths(Type type, string[] membersToExpand) =>
 membersToExpand.Select(m => ReflectionHelper.GetMemberPath(type, m));