NameValueCollectionCopier.DeepCopy(NameValueCollection, CopyContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a deep copy of the provided input.
public System.Collections.Specialized.NameValueCollection DeepCopy (System.Collections.Specialized.NameValueCollection input, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : System.Collections.Specialized.NameValueCollection * Orleans.Serialization.Cloning.CopyContext -> System.Collections.Specialized.NameValueCollection
override this.DeepCopy : System.Collections.Specialized.NameValueCollection * Orleans.Serialization.Cloning.CopyContext -> System.Collections.Specialized.NameValueCollection
Public Function DeepCopy (input As NameValueCollection, context As CopyContext) As NameValueCollection
Parameters
- input
- NameValueCollection
The input.
- context
- CopyContext
The context.
Returns
A copy of input
.