Method TryCopyFrom
TryCopyFrom(T*, int)
Try to copy the data from a buffer in this list.
Declaration
public bool TryCopyFrom(T* srcPtr, int count)
Parameters
Type | Name | Description |
---|---|---|
T* | srcPtr | The pointer of the source memory to copy. |
int | count | The number of item to copy from the source buffer. |
Returns
Type | Description |
---|---|
bool |
|