KeyValueMethodsTKey, TValueCopy Method
Copies the source values to the destination.
Namespace: SnapDB.Snap.TreeAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public virtual void Copy(
TKey srcKey,
TValue srcValue,
TKey destKey,
TValue dstValue
)
Public Overridable Sub Copy (
srcKey As TKey,
srcValue As TValue,
destKey As TKey,
dstValue As TValue
)
public:
virtual void Copy(
TKey srcKey,
TValue srcValue,
TKey destKey,
TValue dstValue
)
function Copy(srcKey, srcValue, destKey, dstValue);
Parameters
- srcKey TKey
- The source key to be copied to the destination.
- srcValue TValue
- The source value associated with the key to be copied to the destination.
- destKey TKey
- The copy key after it has reached the destination.
- dstValue TValue
- The copy value associated with the key after it has reached the destination.