format
typescript
MemoryStream.CopyFrom(source, mode)class: MemoryStream
description
Copies all data from the target memory stream to the current memory stream.
parameter
| param_name | type | description |
|---|---|---|
| source | MemoryStream | The target memory stream. |
| mode | CloneMode | The copy mode. |
reture
| type | description |
|---|---|
void |
