예제 #1
0
        public void RemoveAt(int index)
        {
            var v = _root.ElementAt(index);

            this.Remove(v);
        }