Skip to content

NameValueCollectionCopier Methods

Copier for System.Collections.Specialized.NameValueCollection.

DeepCopy(NameValueCollection?, CopyContext)

View source
public NameValueCollection? DeepCopy(NameValueCollection? input, CopyContext context)
Creates a deep copy of the provided input.

Parameters

inputNameValueCollection?
The input.
contextCopyContext
The context.

Returns

A copy of input, or null if input is null.