Exemple #1
0
 public virtual void ImportChildren(ChildCollection children)
 {
     foreach (var child in children.ToList()) Import(child);
 }