KeyValueMethodsTKey, TValueCopy Method

Copies the source values to the destination.

Definition

Namespace: SnapDB.Snap.Tree
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public virtual void Copy(
	TKey srcKey,
	TValue srcValue,
	TKey destKey,
	TValue 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.

See Also