SnapTypeBaseMethodCopy Method
Executes a copy command without modifying the current class.
Namespace: SnapDB.SnapAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public virtual void MethodCopy(
byte* source,
byte* destination
)
Visual Basic does not support APIs that consume or return unsafe types.
public:
virtual void MethodCopy(
unsigned char* source,
unsigned char* destination
)
JavaScript does not support APIs that consume or return unsafe types.
Parameters
- source Byte*
- The source buffer to copy from.
- destination Byte*
- The destination buffer to copy to.