WebConfigurationFileMap.Clone Method

Definition

Creates a new instance of a WebConfigurationFileMap class with the same value as the existing instance.

public:
 override System::Object ^ Clone();
public override object Clone ();
override this.Clone : unit -> obj
Public Overrides Function Clone () As Object

Returns

A new instance of a WebConfigurationFileMap class.

Applies to