StringWithQualityHeaderValue.ICloneable.Clone 方法
定义
创建作为当前 StringWithQualityHeaderValue 实例副本的新对象。Creates a new object that is a copy of the current StringWithQualityHeaderValue instance.
virtual System::Object ^ System.ICloneable.Clone() = ICloneable::Clone;
object ICloneable.Clone ();
abstract member System.ICloneable.Clone : unit -> obj
override this.System.ICloneable.Clone : unit -> obj
Function Clone () As Object Implements ICloneable.Clone
返回
当前实例的副本。A copy of the current instance.
实现
注解
此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 StringWithQualityHeaderValue 实例被强制转换为 ICloneable 接口时使用。It can be used only when the StringWithQualityHeaderValue instance is cast to an ICloneable interface.