コード例 #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);