CookieState.Clone Method
Returns a new object that is a copy of the current instance.
Namespace: System.Net.Http.Headers
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
Syntax
'Declaration
Public Function Clone As Object
'Usage
Dim instance As CookieState
Dim returnValue As Object
returnValue = instance.Clone()
public Object Clone()
public:
virtual Object^ Clone() sealed
abstract Clone : unit -> Object
override Clone : unit -> Object
public final function Clone() : Object
Return Value
Type: System.Object
A new object that is a copy of the current instance.