BoundsCheckableList1.RemoveAt

BoundsCheckableList<T>.RemoveAt method

تزيل العنصر عند الفهرس المحدد من System.Collections.Generic.List.

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32الفهرس المعتمد على الصفر للعنصر الذي سيتم إزالته.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionindex أقل من 0. -أو- index يساوي أو أكبر من Count.

See Also