Method TryCopyTo
TryCopyTo(ListBuffer<T>)
Try to copy the list into another list.
Declaration
public bool TryCopyTo(ListBuffer<T> other)
Parameters
Type | Name | Description |
---|---|---|
ListBuffer<T> | other | The destination of the copy. |
Returns
Type | Description |
---|---|
bool |
|