예제 #1
0
 public int IndexOf(ElementNode item) => _wrapped.IndexOf(item);
예제 #2
0
 public void Add(ElementNode child)
 {
     AddRange(new[] { child });
 }
예제 #3
0
 public bool Contains(ElementNode item) => _wrapped.Contains(item);