SnapTypeBaseMethodCopy Method

Executes a copy command without modifying the current class.

Definition

Namespace: SnapDB.Snap
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public virtual void MethodCopy(
	byte* source,
	byte* destination
)

Parameters

source  Byte*
The source buffer to copy from.
destination  Byte*
The destination buffer to copy to.

See Also