Пример #1
0
        internal static Dictionary <ushort, ObjectStructure> GetObjectDictionary(XDocument doc)
        {
            Dictionary <ushort, ObjectStructure> objectStructures = new Dictionary <ushort, ObjectStructure>();

            doc.Element("Objects")
            ?.Elements("Object")._rvkyhEufCiuaZq8jbaYgthJoLEx(delegate(XElement obj)
            {
                ObjectStructure objectStructure      = new ObjectStructure(obj);
                objectStructures[objectStructure.Id] = objectStructure;
            });
            return(objectStructures);
        }
Пример #2
0
            internal void _Iu71vpYAaRocerWHxtZjwfWPbMA(XElement obj)
            {
                ObjectStructure objectStructure = new ObjectStructure(obj);

                _Y47d6cq6yur6qR7gPJQSTOJl5Wm[objectStructure.ID] = objectStructure;
            }