Method RemoveAt RemoveAt(int) Removes the knot at the specified index. Declaration public void RemoveAt(int index) Parameters Type Name Description int index The zero-based index of the element to remove. Implements IList<T>.RemoveAt(int)