BoundsCheckableList1.Add
BoundsCheckableList<T>.Add method
Adds an object to the end of the System.Collections.Generic.List depending on “boundsCheckMode” parameter.
public void Add(T item)
| Parameter | Type | Description |
|---|---|---|
| item | T | The object to be added to the end of the System.Collections.Generic.List. The value can be “null” for reference types. |
See Also
- class BoundsCheckableList<T>
- namespace Aspose.Pdf.Generator
- assembly Aspose.PDF