NameValueCollectionCopier Class
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.
Copier for NameValueCollection.
[Orleans.RegisterCopier]
public sealed class NameValueCollectionCopier : Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Specialized.NameValueCollection>
[<Orleans.RegisterCopier>]
type NameValueCollectionCopier = class
interface IDeepCopier<NameValueCollection>
interface IDeepCopier
Public NotInheritable Class NameValueCollectionCopier
Implements IDeepCopier(Of NameValueCollection)
- Inheritance
-
NameValueCollectionCopier
- Attributes
- Implements
Constructors
NameValueCollectionCopier() |
Methods
DeepCopy(NameValueCollection, CopyContext) |
Creates a deep copy of the provided input. |