Example #1
0
    internal int method_9(int A_0, OverrideLevelFormat A_1)
    {
        A_1.method_0(this.method_6());
        int num = base.InnerList.Add(A_1);

        if (this.method_7().ContainsKey(A_0))
        {
            this.method_7()[A_0] = num;
            return(num);
        }
        this.method_7().Add(A_0, num);
        return(num);
    }
Example #2
0
 void DocumentSerializableCollection.CloneToImpl(CollectionEx A_0)
 {
     foreach (DocumentSerializable serializable in base.InnerList)
     {
         A_0.InnerList.Add(serializable.method_4());
         OverrideLevelFormat format = A_0.InnerList[A_0.Count - 1] as OverrideLevelFormat;
         format.method_0((A_0 as Class47).OwnerBase);
         format.OverrideListLevel.method_0(format);
     }
     foreach (KeyValuePair <int, int> pair in this.method_7())
     {
         (A_0 as Class47).method_7().Add(pair.Key, pair.Value);
     }
 }