MergeValues Method
Copies the values from one PropertyValues collection into this collection
Syntax
public void MergeValues(
PropertyValues valuesToMerge
)Public Sub MergeValues( _
ByVal valuesToMerge As PropertyValues _
) Parameters
| Name | Description |
|---|---|
| valuesToMerge | The values to copy into this collection |