NameValueCollectionTransferValues Method
Copy the member values of each item in the source collection to new
items on the target collection.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
public static void TransferValues(
List<NameValueItem> source,
List<NameValueItem> target
)
Public Shared Sub TransferValues (
source As List(Of NameValueItem),
target As List(Of NameValueItem)
)
No code example is currently available or this language may not be supported.
Parameters
- source ListNameValueItem
-
Reference to the source collection to copy.
- target ListNameValueItem
-
Reference to the target collection to receive the new values.