Method AddReplicate
AddReplicate(in T, int)
Appends value count times to the end of this list.
Declaration
public void AddReplicate(in T value, int count)
Parameters
Type | Name | Description |
---|---|---|
T | value | The value to add to the end of this list. |
int | count | The number of times to replicate the value. |
Remarks
Length is incremented by count. If necessary, the capacity is increased.