Site.Clone Method

Definition

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

public:
 override System::Security::Policy::EvidenceBase ^ Clone();
public override System.Security.Policy.EvidenceBase Clone ();
override this.Clone : unit -> System.Security.Policy.EvidenceBase
Public Overrides Function Clone () As EvidenceBase

Returns

A new object that is a copy of this instance.

Applies to