Method Add
Add(in T)
Adds an element to the end of the list.
Declaration
public void Add(in T value)
Parameters
Type | Name | Description |
---|---|---|
T | value | The value to add to the end of this list. |
Remarks
Increments the length by 1. Increases the capacity if necessary.