Beispiel #1
0
 // Token: 0x06001055 RID: 4181 RVA: 0x00041534 File Offset: 0x0003F734
 public Baml2006ReaderFrame(Baml2006ReaderFrame source)
 {
     this.XamlType = source.XamlType;
     this.Member   = source.Member;
     if (source._namespaces != null)
     {
         this._namespaces = new Dictionary <string, string>(source._namespaces);
     }
 }
Beispiel #2
0
 public Baml2006ReaderFrame(Baml2006ReaderFrame source)
 {
     XamlType = source.XamlType;
     Member = source.Member;
     if (source._namespaces != null)
     {
         _namespaces = new Dictionary<string, string>(source._namespaces);
     }
 }