ReverseRandomAccessIterator<TValue>.Clone 方法

定义

创建当前 ReverseRandomAccessIterator<TValue> 对象的副本。Creates a copy of the current ReverseRandomAccessIterator<TValue> object.

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

返回

Object

当前 ReverseRandomAccessIterator<TValue> 对象的副本。A copy of the current ReverseRandomAccessIterator<TValue> object.

适用于