NameValueHeaderValue.ICloneable.Clone Method

Definition

Creates a new object that is a copy of the current NameValueHeaderValue instance.

object ICloneable.Clone ();

Returns

A copy of the current instance.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the NameValueHeaderValue instance is cast to an ICloneable interface.

Applies to