NameValueCollectionTransferValues Method

Copy the member values of each item in the source collection to new items on the target collection.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public static void TransferValues(
	List<NameValueItem> source,
	List<NameValueItem> target
)

Parameters

source  ListNameValueItem
Reference to the source collection to copy.
target  ListNameValueItem
Reference to the target collection to receive the new values.

See Also