Definition at line 284 of file Extensions.cs.
284 : XContainer
285 {
286 foreach (T root
in source)
287 {
288 if (root == null)
289 {
290 continue;
291 }
292 if (self)
293 {
295 }
297 while (true)
298 {
301 {
303 }
304 else
305 {
306 while (i !=
null && i != root && i ==
i.parent.content)
307 {
309 }
310 if (i == null || i == root)
311 {
312 break;
313 }
315 }
317 }
318 }
319 }
References System.Xml.Dictionary, and System.source.