BoundsCheckableList1.RemoveAt
BoundsCheckableList<T>.RemoveAt method
تزيل العنصر عند الفهرس المحدد من System.Collections.Generic.List.
public void RemoveAt(int index)
| Parameter | Type | Description |
|---|---|---|
| index | Int32 | الفهرس القائم على الصفر للعنصر الذي سيتم إزالته. |
Exceptions
| exception | condition |
|---|---|
| ArgumentOutOfRangeException | index أقل من 0. -أو- index يساوي أو أكبر من Count. |
See Also
- class BoundsCheckableList<T>
- namespace Aspose.Pdf.Generator
- assembly Aspose.PDF