Implemented interface member:
method
RemoveAt
System.Collections.Generic.IList<T>.RemoveAt(System.Int32)
2 overrides of RemoveAt
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TableColumnCollectionInternal.cs (1)
245
public override void
RemoveAt
(int index)
src\Framework\MS\Internal\Documents\TableTextElementCollectionInternal.cs (1)
192
public override void
RemoveAt
(int index)
1 reference to RemoveAt
PresentationFramework (1)
src\Framework\MS\Internal\Documents\ContentElementCollection.cs (1)
512
this.
RemoveAt
(index);