Exemplo n.º 1
0
 public FragmentSet(FragmentSet fragmentSet)
 {
     if (fragmentSet != null && fragmentSet.Dictionary != null && fragmentSet.Dictionary.Count != 0)
     {
         fragmentSet.Dictionary.Values.ToList().ForEach(v => this.Add(v));
     }
 }
Exemplo n.º 2
0
 public FragmentSet(FragmentSet fragmentSet)
 {
     fragmentSet.Dictionary.Values.ToList().ForEach(v => this.Add(v));
 }