OrderedHashtable.Clone Method

Definition

Get a shallow clone of the hashtable.

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

Returns

A shallow clone of the hashtable.

Applies to