Ejemplo n.º 1
0
        public static PropertyPath Get(object o)
        {
            PropertyPath result;

            return(ObjectPathsCore.TryGetValue(o, out result) ? result : null);
        }
Ejemplo n.º 2
0
 public static void Remove(object o)
 {
     ObjectPathsCore.Remove(o);
 }