次の方法で共有


EqtBaseCollection<T>.Clone Method

Definition

Creates a copy of the collection.

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

Returns

An EqtBaseCollection<T> that is a shallow copy of the current collection.

Implements

Applies to