Method CopyTo
- Namespace
- MaaFramework.Binding.Buffers
- Assembly
- MaaFramework.Binding.dll
CopyTo(T)
Copies all values of the current buffer to the specified buffer.
bool CopyTo(T buffer)
Parameters
buffer
T-
The buffer that is the destination of values copied from the current buffer.
Returns
Exceptions
- NotSupportedException
-
The MaaFramework.Binding.Buffers.IMaaBuffer`1 is read-only.